#701D31

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

Shades of Claret #701D31

Tints of Claret #701D31

Color information

#701D31 (or 0x701D31) is unknown color: approx Claret. HEX triplet: 70, 1D and 31. RGB value is (112,29,49). Sum of RGB (Red+Green+Blue) = 112+29+49=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #701D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D31 is #8FE2CE. Grayscale: #383838. Windows color (decimal): -9429711 or 3218800. OLE color: 3218800.

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

Color convert

RGB1122949-
CMYK00.740.560.56
HSL345.54º58.87%27.65%-
HSV(B)345.54º74.11%43.92%-
XYZ7.684.553.38-
YUV56.1124167.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 29 (11.72% from 255) = 15.26%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=58.95%
G=15.26%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112294900.740.560.56345.5458.8727.65
Hex701D3104A383815a3b1c
Octal1603561011270705327334
Binary1110000111011100010100101011100011100010101101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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