#702836

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

Shades of Claret #702836

Tints of Claret #702836

Color information

#702836 (or 0x702836) is unknown color: approx Claret. HEX triplet: 70, 28 and 36. RGB value is (112,40,54). Sum of RGB (Red+Green+Blue) = 112+40+54=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #702836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702836 is #8FD7C9. Grayscale: #3F3F3F. Windows color (decimal): -9426890 or 3549296. OLE color: 3549296.

HSL color Cylindrical-coordinate representation of color #702836: hue angle of 348.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702836 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1124054-
CMYK00.640.520.56
HSL348.33º47.37%29.8%-
HSV(B)348.33º64.29%43.92%-
XYZ8.115.234.07-
YUV63.12122.85162.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 40 (16.02% from 255) = 19.42%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=54.37%
G=19.42%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112405400.640.520.56348.3347.3729.8
Hex702836040343815c2f1e
Octal1605066010064705345736
Binary11100001010001101100100000011010011100010101110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702836; }

 p { color: rgb(112,40,54); }

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

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

 a { background-color: rgb(112,40,54); }

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

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

 span { border-color: rgb(112,40,54); }

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