#702833

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

Shades of Claret #702833

Tints of Claret #702833

Color information

#702833 (or 0x702833) is unknown color: approx Claret. HEX triplet: 70, 28 and 33. RGB value is (112,40,51). Sum of RGB (Red+Green+Blue) = 112+40+51=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #702833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702833 is #8FD7CC. Grayscale: #3E3E3E. Windows color (decimal): -9426893 or 3352688. OLE color: 3352688.

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

Color convert

RGB1124051-
CMYK00.640.540.56
HSL350.83º47.37%29.8%-
HSV(B)350.83º64.29%43.92%-
XYZ8.045.23.71-
YUV62.78121.35163.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 51 (20.31% from 255) = 25.12%
R=55.17%
G=19.70%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112405100.640.540.56350.8347.3729.8
Hex702833040363815f2f1e
Octal1605063010066705375736
Binary11100001010001100110100000011011011100010101111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702833; }

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

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

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

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

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

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

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

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