#71142C

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

Shades of Claret #71142C

Tints of Claret #71142C

Color information

#71142C (or 0x71142C) is unknown color: approx Claret. HEX triplet: 71, 14 and 2C. RGB value is (113,20,44). Sum of RGB (Red+Green+Blue) = 113+20+44=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71142C is #8EEBD3. Grayscale: #323232. Windows color (decimal): -9366484 or 2888817. OLE color: 2888817.

HSL color Cylindrical-coordinate representation of color #71142C: hue angle of 344.52º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71142C is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1132044-
CMYK00.820.610.56
HSL344.52º69.92%26.08%-
HSV(B)344.52º82.3%44.31%-
XYZ7.514.192.8-
YUV50.54124.31172.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.84%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 44 (17.58% from 255) = 24.86%
R=63.84%
G=11.30%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113204400.820.610.56344.5269.9226.08
Hex71142C0523D38159461a
Octal16124540122757053110632
Binary11100011010010110001010010111101111000101011001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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