#702533

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

Shades of Claret #702533

Tints of Claret #702533

Color information

#702533 (or 0x702533) is unknown color: approx Claret. HEX triplet: 70, 25 and 33. RGB value is (112,37,51). Sum of RGB (Red+Green+Blue) = 112+37+51=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #702533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702533 is #8FDACC. Grayscale: #3D3D3D. Windows color (decimal): -9427661 or 3351920. OLE color: 3351920.

HSL color Cylindrical-coordinate representation of color #702533: hue angle of 348.8º 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 #702533 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1123751-
CMYK00.670.540.56
HSL348.8º50.34%29.22%-
HSV(B)348.8º66.96%43.92%-
XYZ7.945.013.68-
YUV61.02122.35164.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 51 (20.31% from 255) = 25.5%
R=56%
G=18.5%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112375100.670.540.56348.850.3429.22
Hex702533043363815d321d
Octal1604563010366705356235
Binary11100001001011100110100001111011011100010101110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702533; }

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

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

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

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

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

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

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

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