#71112f

Color #71112F Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #71112F

Tints of Claret #71112F

Color information

#71112F (or 0x71112F) is unknown color: approx Claret. HEX triplet: 71, 11 and 2F. RGB value is (113,17,47). Sum of RGB (Red+Green+Blue) = 113+17+47=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71112F is #8EEED0. Grayscale: #313131. Windows color (decimal): -9367249 or 3084657. OLE color: 3084657.

HSL color Cylindrical-coordinate representation of color #71112F: hue angle of 341.25º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71112F is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1131747-
CMYK00.850.580.56
HSL341.25º73.85%25.49%-
HSV(B)341.25º84.96%44.31%-
XYZ7.524.123.09-
YUV49.12126.8173.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 63.84%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=63.84%
G=9.60%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113174700.850.580.56341.2573.8525.49
Hex71112F0553A381554a19
Octal16121570125727052511231
Binary11100011000110111101010101111010111000101010101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71112f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71112f; }

 p { color: rgb(113,17,47); }

 H1.HeaderClassName
 {
   color: #71112f;
 }
 .AnyTagClassName
 {
   color: #71112f;
 }
</style>
background-color css

<style>
 a { background-color: #71112f; }

 a { background-color: rgb(113,17,47); }

 div.DivClassName
 {
   background-color: #71112f;
 }
 .BgClassName
 {
   background-color: #71112f;
 }
</style>
border-color css

<style>
 span { border-color: #71112f; }

 span { border-color: rgb(113,17,47); }

 td.TdClassName
 {
   border-color: #71112f;
 }
 .TagClassName
 {
   border-color: #71112f;
 }
</style>