Html Css Color HEX #70194C Pompadour

📋 copy color: '#70194C'

red 112 ◦ green 25 ◦ blue 76

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

Shades of Pompadour #70194C

Tints of Pompadour #70194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.68%

R = 52.58%
G = 11.74%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70194C (or 0x70194C) is known color: Pompadour. HEX triplet: 70, 19 and 4C. RGB value is (112,25,76). Sum of RGB (Red+Green+Blue) = 112+25+76=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #70194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70194C is #8FE6B3. Grayscale: #383838. Windows color (decimal): -9430708 or 4987248. OLE color: 4987248.

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

Color convert

RGB 112 25 76 -
CMYK 0 0.78 0.32 0.56
HSL 324.83º 0.64% 0.27% -
HSV(B) 324.83º 0.78% 0.44% -
XYZ 8.33 4.66 7.3 -
YUV 56.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 112 25 76 0 0.78 0.32 0.56 324.83 0.64 0.27
Hex 70 19 4C 0 4E 20 38 145 40 1B
Octal 160 31 114 0 116 40 70 505 100 33
Binary 1110000 11001 1001100 0 1001110 100000 111000 101000101 1000000 11011

Color Harmonies of #70194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70194C

Black with #70194C

Text Example


Text Example

White with #70194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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