Html Css Color HEX #70192E Claret

📋 copy color: '#70192E'

red 112 ◦ green 25 ◦ blue 46

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

Shades of Claret #70192E

Tints of Claret #70192E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.14%

R = 61.2%
G = 13.66%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#70192E (or 0x70192E) is known color: Claret. HEX triplet: 70, 19 and 2E. RGB value is (112,25,46). Sum of RGB (Red+Green+Blue) = 112+25+46=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #70192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70192E is #8FE6D1. Grayscale: #353535. Windows color (decimal): -9430738 or 3021168. OLE color: 3021168.

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

Color convert

RGB 112 25 46 -
CMYK 0 0.78 0.59 0.56
HSL 345.52º 0.64% 0.27% -
HSV(B) 345.52º 0.78% 0.44% -
XYZ 7.52 4.34 3.03 -
YUV 53.41 123.82 169.79 -
System Red Green Blue C M Y K H S L
Decimal 112 25 46 0 0.78 0.59 0.56 345.52 0.64 0.27
Hex 70 19 2E 0 4E 3B 38 15A 40 1B
Octal 160 31 56 0 116 73 70 532 100 33
Binary 1110000 11001 101110 0 1001110 111011 111000 101011010 1000000 11011

Color Harmonies of #70192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70192E

Black with #70192E

Text Example


Text Example

White with #70192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70192E; }

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

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

background-color css

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

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

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

border-color css

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

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

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