#701932

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

Shades of Claret #701932

Tints of Claret #701932

Color information

#701932 (or 0x701932) is unknown color: approx Claret. HEX triplet: 70, 19 and 32. RGB value is (112,25,50). Sum of RGB (Red+Green+Blue) = 112+25+50=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #701932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701932 is #8FE6CD. Grayscale: #353535. Windows color (decimal): -9430734 or 3283312. OLE color: 3283312.

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

Color convert

RGB1122550-
CMYK00.780.550.56
HSL342.76º63.5%26.86%-
HSV(B)342.76º77.68%43.92%-
XYZ7.614.373.46-
YUV53.86125.82169.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 50 (19.92% from 255) = 26.74%
R=59.89%
G=13.37%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112255000.780.550.56342.7663.526.86
Hex70193204E3738157401b
Octal16031620116677052710033
Binary11100001100111001001001110110111111000101010111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701932; }

 p { color: rgb(112,25,50); }

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

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

 a { background-color: rgb(112,25,50); }

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

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

 span { border-color: rgb(112,25,50); }

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