Html Css Color HEX #70184A Pompadour

📋 copy color: '#70184A'

red 112 ◦ green 24 ◦ blue 74

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

Shades of Pompadour #70184A

Tints of Pompadour #70184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

 BLUE value IS 74 (29.3% from 255) = 35.24%

R = 53.33%
G = 11.43%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#70184A (or 0x70184A) is known color: Pompadour. HEX triplet: 70, 18 and 4A. RGB value is (112,24,74). Sum of RGB (Red+Green+Blue) = 112+24+74=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70184A is #8FE7B5. Grayscale: #373737. Windows color (decimal): -9430966 or 4855920. OLE color: 4855920.

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

Color convert

RGB 112 24 74 -
CMYK 0 0.79 0.34 0.56
HSL 325.91º 0.65% 0.27% -
HSV(B) 325.91º 0.79% 0.44% -
XYZ 8.24 4.59 6.93 -
YUV 56.01 138.15 167.93 -
System Red Green Blue C M Y K H S L
Decimal 112 24 74 0 0.79 0.34 0.56 325.91 0.65 0.27
Hex 70 18 4A 0 4F 22 38 146 41 1B
Octal 160 30 112 0 117 42 70 506 101 33
Binary 1110000 11000 1001010 0 1001111 100010 111000 101000110 1000001 11011

Color Harmonies of #70184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70184A

Black with #70184A

Text Example


Text Example

White with #70184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70184A; }

 p { color: rgb(112,24,74); }

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

background-color css

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

 a { background-color: rgb(112,24,74); }

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

border-color css

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

 span { border-color: rgb(112,24,74); }

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