#701C37

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

Shades of Claret #701C37

Tints of Claret #701C37

Color information

#701C37 (or 0x701C37) is unknown color: approx Claret. HEX triplet: 70, 1C and 37. RGB value is (112,28,55). Sum of RGB (Red+Green+Blue) = 112+28+55=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #701C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C37 is #8FE3C8. Grayscale: #383838. Windows color (decimal): -9429961 or 3611760. OLE color: 3611760.

HSL color Cylindrical-coordinate representation of color #701C37: hue angle of 340.71º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701C37 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB1122855-
CMYK00.750.510.56
HSL340.71º60%27.45%-
HSV(B)340.71º75%43.92%-
XYZ7.794.554.08-
YUV56.19127.33167.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 55 (21.88% from 255) = 28.21%
R=57.44%
G=14.36%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112285500.750.510.56340.716027.45
Hex701C3704B33381553c1b
Octal1603467011363705257433
Binary1110000111001101110100101111001111100010101010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701C37; }

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

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

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

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

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

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

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

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