#701133

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

Shades of Claret #701133

Tints of Claret #701133

Color information

#701133 (or 0x701133) is unknown color: approx Claret. HEX triplet: 70, 11 and 33. RGB value is (112,17,51). Sum of RGB (Red+Green+Blue) = 112+17+51=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #701133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701133 is #8FEECC. Grayscale: #313131. Windows color (decimal): -9432781 or 3346800. OLE color: 3346800.

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

Color convert

RGB1121751-
CMYK00.850.540.56
HSL338.53º73.64%25.29%-
HSV(B)338.53º84.82%43.92%-
XYZ7.484.083.53-
YUV49.28128.97172.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 51 (20.31% from 255) = 28.33%
R=62.22%
G=9.44%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112175100.850.540.56338.5373.6425.29
Hex70113305536381534a19
Octal16021630125667052311231
Binary11100001000111001101010101110110111000101010011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701133; }

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

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

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

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

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

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

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

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