#712038

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

Shades of Claret #712038

Tints of Claret #712038

Color information

#712038 (or 0x712038) is unknown color: approx Claret. HEX triplet: 71, 20 and 38. RGB value is (113,32,56). Sum of RGB (Red+Green+Blue) = 113+32+56=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #712038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712038 is #8EDFC7. Grayscale: #3A3A3A. Windows color (decimal): -9363400 or 3678321. OLE color: 3678321.

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

Color convert

RGB1133256-
CMYK00.720.500.56
HSL342.22º55.86%28.43%-
HSV(B)342.22º71.68%44.31%-
XYZ8.044.834.25-
YUV58.96126.34166.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.22%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 56 (22.27% from 255) = 27.86%
R=56.22%
G=15.92%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113325600.720.500.56342.2255.8628.43
Hex7120380483238156381c
Octal1614070011062705267034
Binary11100011000001110000100100011001011100010101011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712038; }

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

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

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

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

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

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

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

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