Html Css Color HEX #70134A Pompadour

📋 copy color: '#70134A'

red 112 ◦ green 19 ◦ blue 74

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

Shades of Pompadour #70134A

Tints of Pompadour #70134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

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

R = 54.63%
G = 9.27%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#70134A (or 0x70134A) is known color: Pompadour. HEX triplet: 70, 13 and 4A. RGB value is (112,19,74). Sum of RGB (Red+Green+Blue) = 112+19+74=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70134A is #8FECB5. Grayscale: #343434. Windows color (decimal): -9432246 or 4854640. OLE color: 4854640.

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

Color convert

RGB 112 19 74 -
CMYK 0 0.83 0.34 0.56
HSL 324.52º 0.71% 0.26% -
HSV(B) 324.52º 0.83% 0.44% -
XYZ 8.15 4.4 6.9 -
YUV 53.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 112 19 74 0 0.83 0.34 0.56 324.52 0.71 0.26
Hex 70 13 4A 0 53 22 38 145 47 1A
Octal 160 23 112 0 123 42 70 505 107 32
Binary 1110000 10011 1001010 0 1010011 100010 111000 101000101 1000111 11010

Color Harmonies of #70134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70134A

Black with #70134A

Text Example


Text Example

White with #70134A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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