#701733

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

Shades of Claret #701733

Tints of Claret #701733

Color information

#701733 (or 0x701733) is unknown color: approx Claret. HEX triplet: 70, 17 and 33. RGB value is (112,23,51). Sum of RGB (Red+Green+Blue) = 112+23+51=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #701733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701733 is #8FE8CC. Grayscale: #343434. Windows color (decimal): -9431245 or 3348336. OLE color: 3348336.

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

Color convert

RGB1122351-
CMYK00.790.540.56
HSL341.12º65.93%26.47%-
HSV(B)341.12º79.46%43.92%-
XYZ7.594.33.56-
YUV52.8126.99170.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.22%
GREEN value IS 23 (9.38% from 255) = 12.37%
BLUE value IS 51 (20.31% from 255) = 27.42%
R=60.22%
G=12.37%
B=27.42%

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
Decimal112235100.790.540.56341.1265.9326.47
Hex70173304F3638155421a
Octal16027630117667052510232
Binary11100001011111001101001111110110111000101010101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701733; }

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

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

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

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

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

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

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

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