#701737

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

Shades of Claret #701737

Tints of Claret #701737

Color information

#701737 (or 0x701737) is unknown color: approx Claret. HEX triplet: 70, 17 and 37. RGB value is (112,23,55). Sum of RGB (Red+Green+Blue) = 112+23+55=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #701737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701737 is #8FE8C8. Grayscale: #353535. Windows color (decimal): -9431241 or 3610480. OLE color: 3610480.

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

Color convert

RGB1122355-
CMYK00.790.510.56
HSL338.43º65.93%26.47%-
HSV(B)338.43º79.46%43.92%-
XYZ7.684.334.05-
YUV53.26128.99169.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 55 (21.88% from 255) = 28.95%
R=58.95%
G=12.11%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112235500.790.510.56338.4365.9326.47
Hex70173704F3338152421a
Octal16027670117637052210232
Binary11100001011111011101001111110011111000101010010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701737; }

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

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

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

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

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

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

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

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