Html Css Color HEX #70164C Pompadour

📋 copy color: '#70164C'

red 112 ◦ green 22 ◦ blue 76

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

Shades of Pompadour #70164C

Tints of Pompadour #70164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.48%

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

R = 53.33%
G = 10.48%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70164C (or 0x70164C) is known color: Pompadour. HEX triplet: 70, 16 and 4C. RGB value is (112,22,76). Sum of RGB (Red+Green+Blue) = 112+22+76=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70164C is #8FE9B3. Grayscale: #363636. Windows color (decimal): -9431476 or 4986480. OLE color: 4986480.

HSL color Cylindrical-coordinate representation of color #70164C: hue angle of 324º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70164C is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 76 -
CMYK 0 0.80 0.32 0.56
HSL 324º 0.67% 0.26% -
HSV(B) 324º 0.8% 0.44% -
XYZ 8.27 4.54 7.28 -
YUV 55.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 112 22 76 0 0.80 0.32 0.56 324 0.67 0.26
Hex 70 16 4C 0 50 20 38 144 43 1A
Octal 160 26 114 0 120 40 70 504 103 32
Binary 1110000 10110 1001100 0 1010000 100000 111000 101000100 1000011 11010

Color Harmonies of #70164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70164C

Black with #70164C

Text Example


Text Example

White with #70164C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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