#701833

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

Shades of Claret #701833

Tints of Claret #701833

Color information

#701833 (or 0x701833) is unknown color: approx Claret. HEX triplet: 70, 18 and 33. RGB value is (112,24,51). Sum of RGB (Red+Green+Blue) = 112+24+51=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #701833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701833 is #8FE7CC. Grayscale: #353535. Windows color (decimal): -9430989 or 3348592. OLE color: 3348592.

HSL color Cylindrical-coordinate representation of color #701833: hue angle of 341.59º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701833 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1122451-
CMYK00.790.540.56
HSL341.59º64.71%26.67%-
HSV(B)341.59º78.57%43.92%-
XYZ7.614.343.57-
YUV53.39126.65169.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=59.89%
G=12.83%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112245100.790.540.56341.5964.7126.67
Hex70183304F3638156411b
Octal16030630117667052610133
Binary11100001100011001101001111110110111000101010110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701833; }

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

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

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

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

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

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

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

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