#71112C

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

Shades of Claret #71112C

Tints of Claret #71112C

Color information

#71112C (or 0x71112C) is unknown color: approx Claret. HEX triplet: 71, 11 and 2C. RGB value is (113,17,44). Sum of RGB (Red+Green+Blue) = 113+17+44=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #71112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71112C is #8EEED3. Grayscale: #303030. Windows color (decimal): -9367252 or 2888049. OLE color: 2888049.

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

Color convert

RGB1131744-
CMYK00.850.610.56
HSL343.12º73.85%25.49%-
HSV(B)343.12º84.96%44.31%-
XYZ7.474.092.78-
YUV48.78125.3173.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.94%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=64.94%
G=9.77%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113174400.850.610.56343.1273.8525.49
Hex71112C0553D381574a19
Octal16121540125757052711231
Binary11100011000110110001010101111101111000101010111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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