Html Css Color HEX #701931 Claret

📋 copy color: '#701931'

red 112 ◦ green 25 ◦ blue 49

#701931
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #701931

Tints of Claret #701931

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 value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#701931 (or 0x701931) is known color: 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

RGB 112 25 49 -
CMYK 0 0.78 0.56 0.56
HSL 343.45º 0.64% 0.27% -
HSV(B) 343.45º 0.78% 0.44% -
XYZ 7.58 4.36 3.35 -
YUV 53.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 112 25 49 0 0.78 0.56 0.56 343.45 0.64 0.27
Hex 70 19 31 0 4E 38 38 157 40 1B
Octal 160 31 61 0 116 70 70 527 100 33
Binary 1110000 11001 110001 0 1001110 111000 111000 101010111 1000000 11011

Color Harmonies of #701931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701931

Black with #701931

Text Example


Text Example

White with #701931

Text Example


Text Example

HTML Codes & Css Web 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>