#71112B

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

Shades of Claret #71112B

Tints of Claret #71112B

Color information

#71112B (or 0x71112B) is unknown color: approx Claret. HEX triplet: 71, 11 and 2B. RGB value is (113,17,43). Sum of RGB (Red+Green+Blue) = 113+17+43=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #71112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71112B is #8EEED4. Grayscale: #303030. Windows color (decimal): -9367253 or 2822513. OLE color: 2822513.

HSL color Cylindrical-coordinate representation of color #71112B: hue angle of 343.75º 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 #71112B is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1131743-
CMYK00.850.620.56
HSL343.75º73.85%25.49%-
HSV(B)343.75º84.96%44.31%-
XYZ7.454.092.68-
YUV48.67124.8173.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.32%
GREEN value IS 17 (7.03% from 255) = 9.83%
BLUE value IS 43 (17.19% from 255) = 24.86%
R=65.32%
G=9.83%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113174300.850.620.56343.7573.8525.49
Hex71112B0553E381584a19
Octal16121530125767053011231
Binary11100011000110101101010101111110111000101011000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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