#701032

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

Shades of Claret #701032

Tints of Claret #701032

Color information

#701032 (or 0x701032) is unknown color: approx Claret. HEX triplet: 70, 10 and 32. RGB value is (112,16,50). Sum of RGB (Red+Green+Blue) = 112+16+50=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #701032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701032 is #8FEFCD. Grayscale: #303030. Windows color (decimal): -9433038 or 3281008. OLE color: 3281008.

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

Color convert

RGB1121650-
CMYK00.860.550.56
HSL338.75º75%25.1%-
HSV(B)338.75º85.71%43.92%-
XYZ7.444.053.41-
YUV48.58128.8173.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.92%
GREEN value IS 16 (6.64% from 255) = 8.99%
BLUE value IS 50 (19.92% from 255) = 28.09%
R=62.92%
G=8.99%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112165000.860.550.56338.757525.1
Hex70103205637381534b19
Octal16020620126677052311331
Binary11100001000011001001010110110111111000101010011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701032; }

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

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

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

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

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

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

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

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