#702033

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

Shades of Claret #702033

Tints of Claret #702033

Color information

#702033 (or 0x702033) is unknown color: approx Claret. HEX triplet: 70, 20 and 33. RGB value is (112,32,51). Sum of RGB (Red+Green+Blue) = 112+32+51=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #702033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702033 is #8FDFCC. Grayscale: #3A3A3A. Windows color (decimal): -9428941 or 3350640. OLE color: 3350640.

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

Color convert

RGB1123251-
CMYK00.710.540.56
HSL345.75º55.56%28.24%-
HSV(B)345.75º71.43%43.92%-
XYZ7.84.723.63-
YUV58.09124166.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 51 (20.31% from 255) = 26.15%
R=57.44%
G=16.41%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112325100.710.540.56345.7555.5628.24
Hex702033047363815a381c
Octal1604063010766705327034
Binary11100001000001100110100011111011011100010101101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702033; }

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

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

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

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

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

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

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

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