Html Css Color HEX #701936 Claret

📋 copy color: '#701936'

red 112 ◦ green 25 ◦ blue 54

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

Shades of Claret #701936

Tints of Claret #701936

RGB

 RED value IS 112 (44.14% from 255) = 58.64%

 GREEN value IS 25 (10.16% from 255) = 13.09%

 BLUE value IS 54 (21.48% from 255) = 28.27%

R = 58.64%
G = 13.09%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#701936 (or 0x701936) is known color: Claret. HEX triplet: 70, 19 and 36. RGB value is (112,25,54). Sum of RGB (Red+Green+Blue) = 112+25+54=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #701936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701936 is #8FE6C9. Grayscale: #363636. Windows color (decimal): -9430730 or 3545456. OLE color: 3545456.

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

Color convert

RGB 112 25 54 -
CMYK 0 0.78 0.52 0.56
HSL 340º 0.64% 0.27% -
HSV(B) 340º 0.78% 0.44% -
XYZ 7.7 4.41 3.93 -
YUV 54.32 127.82 169.14 -
System Red Green Blue C M Y K H S L
Decimal 112 25 54 0 0.78 0.52 0.56 340 0.64 0.27
Hex 70 19 36 0 4E 34 38 154 40 1B
Octal 160 31 66 0 116 64 70 524 100 33
Binary 1110000 11001 110110 0 1001110 110100 111000 101010100 1000000 11011

Color Harmonies of #701936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701936

Black with #701936

Text Example


Text Example

White with #701936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701936; }

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

 H1.HeaderClassName
 {
   color: #701936;
 }
 .AnyTagClassName
 {
   color: #701936;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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