#701432

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

Shades of Claret #701432

Tints of Claret #701432

Color information

#701432 (or 0x701432) is unknown color: approx Claret. HEX triplet: 70, 14 and 32. RGB value is (112,20,50). Sum of RGB (Red+Green+Blue) = 112+20+50=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #701432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701432 is #8FEBCD. Grayscale: #323232. Windows color (decimal): -9432014 or 3282032. OLE color: 3282032.

HSL color Cylindrical-coordinate representation of color #701432: hue angle of 340.43º 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 #701432 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB1122050-
CMYK00.820.550.56
HSL340.43º69.7%25.88%-
HSV(B)340.43º82.14%43.92%-
XYZ7.514.183.43-
YUV50.93127.48171.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.54%
GREEN value IS 20 (8.20% from 255) = 10.99%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=61.54%
G=10.99%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112205000.820.550.56340.4369.725.88
Hex7014320523738154461a
Octal16024620122677052410632
Binary11100001010011001001010010110111111000101010100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701432; }

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

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

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

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

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

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

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

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