#712A38

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

Shades of Claret #712A38

Tints of Claret #712A38

Color information

#712A38 (or 0x712A38) is unknown color: approx Claret. HEX triplet: 71, 2A and 38. RGB value is (113,42,56). Sum of RGB (Red+Green+Blue) = 113+42+56=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #712A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A38 is #8ED5C7. Grayscale: #404040. Windows color (decimal): -9360840 or 3680881. OLE color: 3680881.

HSL color Cylindrical-coordinate representation of color #712A38: hue angle of 348.17º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712A38 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1134256-
CMYK00.630.500.56
HSL348.17º45.81%30.39%-
HSV(B)348.17º62.83%44.31%-
XYZ8.355.454.35-
YUV64.82123.02162.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.55%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=53.55%
G=19.91%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113425600.630.500.56348.1745.8130.39
Hex712A3803F323815c2e1e
Octal161527007762705345636
Binary1110001101010111000011111111001011100010101110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712A38; }

 p { color: rgb(113,42,56); }

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

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

 a { background-color: rgb(113,42,56); }

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

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

 span { border-color: rgb(113,42,56); }

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