#702036

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

Shades of Claret #702036

Tints of Claret #702036

Color information

#702036 (or 0x702036) is unknown color: approx Claret. HEX triplet: 70, 20 and 36. RGB value is (112,32,54). Sum of RGB (Red+Green+Blue) = 112+32+54=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #702036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702036 is #8FDFC9. Grayscale: #3A3A3A. Windows color (decimal): -9428938 or 3547248. OLE color: 3547248.

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

Color convert

RGB1123254-
CMYK00.710.520.56
HSL343.5º55.56%28.24%-
HSV(B)343.5º71.43%43.92%-
XYZ7.864.743.99-
YUV58.43125.5166.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 54 (21.48% from 255) = 27.27%
R=56.57%
G=16.16%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112325400.710.520.56343.555.5628.24
Hex7020360473438158381c
Octal1604066010764705307034
Binary11100001000001101100100011111010011100010101100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702036; }

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

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

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

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

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

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

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

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