#712239

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

Shades of Claret #712239

Tints of Claret #712239

Color information

#712239 (or 0x712239) is unknown color: approx Claret. HEX triplet: 71, 22 and 39. RGB value is (113,34,57). Sum of RGB (Red+Green+Blue) = 113+34+57=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #712239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712239 is #8EDDC6. Grayscale: #3C3C3C. Windows color (decimal): -9362887 or 3744369. OLE color: 3744369.

HSL color Cylindrical-coordinate representation of color #712239: hue angle of 342.53º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712239 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1133457-
CMYK00.700.500.56
HSL342.53º53.74%28.82%-
HSV(B)342.53º69.91%44.31%-
XYZ8.124.954.4-
YUV60.24126.17165.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 57 (22.66% from 255) = 27.94%
R=55.39%
G=16.67%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113345700.700.500.56342.5353.7428.82
Hex7122390463238157361d
Octal1614271010662705276635
Binary11100011000101110010100011011001011100010101011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712239; }

 p { color: rgb(113,34,57); }

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

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

 a { background-color: rgb(113,34,57); }

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

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

 span { border-color: rgb(113,34,57); }

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