#701931

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

Shades of Claret #701931

Tints of Claret #701931

Color information

#701931 (or 0x701931) is unknown color: approx Claret. HEX triplet: 70, 19 and 31. RGB value is (112,25,49). Sum of RGB (Red+Green+Blue) = 112+25+49=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #701931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701931 is #8FE6CE. Grayscale: #353535. Windows color (decimal): -9430735 or 3217776. OLE color: 3217776.

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

Color convert

RGB1122549-
CMYK00.780.560.56
HSL343.45º63.5%26.86%-
HSV(B)343.45º77.68%43.92%-
XYZ7.584.363.35-
YUV53.75125.32169.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.22%
GREEN value IS 25 (10.16% from 255) = 13.44%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=60.22%
G=13.44%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112254900.780.560.56343.4563.526.86
Hex70193104E3838157401b
Octal16031610116707052710033
Binary11100001100111000101001110111000111000101010111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701931; }

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

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

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

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

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

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

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

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