#701D39

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

Shades of Claret #701D39

Tints of Claret #701D39

Color information

#701D39 (or 0x701D39) is unknown color: approx Claret. HEX triplet: 70, 1D and 39. RGB value is (112,29,57). Sum of RGB (Red+Green+Blue) = 112+29+57=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #701D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D39 is #8FE2C6. Grayscale: #383838. Windows color (decimal): -9429703 or 3743088. OLE color: 3743088.

HSL color Cylindrical-coordinate representation of color #701D39: hue angle of 339.76º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #701D39 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1122957-
CMYK00.740.490.56
HSL339.76º58.87%27.65%-
HSV(B)339.76º74.11%43.92%-
XYZ7.864.624.35-
YUV57.01128167.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 29 (11.72% from 255) = 14.65%
BLUE value IS 57 (22.66% from 255) = 28.79%
R=56.57%
G=14.65%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112295700.740.490.56339.7658.8727.65
Hex701D3904A31381543b1c
Octal1603571011261705247334
Binary1110000111011110010100101011000111100010101010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,29,57); }

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

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

 a { background-color: rgb(112,29,57); }

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

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

 span { border-color: rgb(112,29,57); }

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