#702539

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

Shades of Claret #702539

Tints of Claret #702539

Color information

#702539 (or 0x702539) is unknown color: approx Claret. HEX triplet: 70, 25 and 39. RGB value is (112,37,57). Sum of RGB (Red+Green+Blue) = 112+37+57=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #702539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702539 is #8FDAC6. Grayscale: #3D3D3D. Windows color (decimal): -9427655 or 3745136. OLE color: 3745136.

HSL color Cylindrical-coordinate representation of color #702539: hue angle of 344º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702539 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1123757-
CMYK00.670.490.56
HSL344º50.34%29.22%-
HSV(B)344º66.96%43.92%-
XYZ8.085.064.42-
YUV61.7125.35163.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 57 (22.66% from 255) = 27.67%
R=54.37%
G=17.96%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112375700.670.490.5634450.3429.22
Hex7025390433138158321d
Octal1604571010361705306235
Binary11100001001011110010100001111000111100010101100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702539; }

 p { color: rgb(112,37,57); }

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

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

 a { background-color: rgb(112,37,57); }

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

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

 span { border-color: rgb(112,37,57); }

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