Html Css Color HEX #70164D Pompadour

📋 copy color: '#70164D'

red 112 ◦ green 22 ◦ blue 77

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

Shades of Pompadour #70164D

Tints of Pompadour #70164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 36.49%

R = 53.08%
G = 10.43%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70164D (or 0x70164D) is known color: Pompadour. HEX triplet: 70, 16 and 4D. RGB value is (112,22,77). Sum of RGB (Red+Green+Blue) = 112+22+77=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70164D is #8FE9B2. Grayscale: #373737. Windows color (decimal): -9431475 or 5052016. OLE color: 5052016.

HSL color Cylindrical-coordinate representation of color #70164D: hue angle of 323.33º 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 #70164D is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 77 -
CMYK 0 0.80 0.31 0.56
HSL 323.33º 0.67% 0.26% -
HSV(B) 323.33º 0.8% 0.44% -
XYZ 8.31 4.55 7.46 -
YUV 55.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 112 22 77 0 0.80 0.31 0.56 323.33 0.67 0.26
Hex 70 16 4D 0 50 1F 38 143 43 1A
Octal 160 26 115 0 120 37 70 503 103 32
Binary 1110000 10110 1001101 0 1010000 11111 111000 101000011 1000011 11010

Color Harmonies of #70164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70164D

Black with #70164D

Text Example


Text Example

White with #70164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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