#701437

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

Shades of Claret #701437

Tints of Claret #701437

Color information

#701437 (or 0x701437) is unknown color: approx Claret. HEX triplet: 70, 14 and 37. RGB value is (112,20,55). Sum of RGB (Red+Green+Blue) = 112+20+55=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #701437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701437 is #8FEBC8. Grayscale: #333333. Windows color (decimal): -9432009 or 3609712. OLE color: 3609712.

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

Color convert

RGB1122055-
CMYK00.820.510.56
HSL337.17º69.7%25.88%-
HSV(B)337.17º82.14%43.92%-
XYZ7.624.224.03-
YUV51.5129.98171.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 55 (21.88% from 255) = 29.41%
R=59.89%
G=10.70%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112205500.820.510.56337.1769.725.88
Hex7014370523338151461a
Octal16024670122637052110632
Binary11100001010011011101010010110011111000101010001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701437; }

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

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

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

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

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

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

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

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