#701433

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

Shades of Claret #701433

Tints of Claret #701433

Color information

#701433 (or 0x701433) is unknown color: approx Claret. HEX triplet: 70, 14 and 33. RGB value is (112,20,51). Sum of RGB (Red+Green+Blue) = 112+20+51=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #701433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701433 is #8FEBCC. Grayscale: #333333. Windows color (decimal): -9432013 or 3347568. OLE color: 3347568.

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

Color convert

RGB1122051-
CMYK00.820.540.56
HSL339.78º69.7%25.88%-
HSV(B)339.78º82.14%43.92%-
XYZ7.534.183.54-
YUV51.04127.98171.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 51 (20.31% from 255) = 27.87%
R=61.20%
G=10.93%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112205100.820.540.56339.7869.725.88
Hex7014330523638154461a
Octal16024630122667052410632
Binary11100001010011001101010010110110111000101010100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701433; }

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

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

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

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

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

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

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

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