Html Css Color HEX #70164B Pompadour

📋 copy color: '#70164B'

red 112 ◦ green 22 ◦ blue 75

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

Shades of Pompadour #70164B

Tints of Pompadour #70164B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.89%

R = 53.59%
G = 10.53%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70164B (or 0x70164B) is known color: Pompadour. HEX triplet: 70, 16 and 4B. RGB value is (112,22,75). Sum of RGB (Red+Green+Blue) = 112+22+75=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70164B is #8FE9B4. Grayscale: #363636. Windows color (decimal): -9431477 or 4920944. OLE color: 4920944.

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

Color convert

RGB 112 22 75 -
CMYK 0 0.80 0.33 0.56
HSL 324.67º 0.67% 0.26% -
HSV(B) 324.67º 0.8% 0.44% -
XYZ 8.24 4.53 7.1 -
YUV 54.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 112 22 75 0 0.80 0.33 0.56 324.67 0.67 0.26
Hex 70 16 4B 0 50 21 38 145 43 1A
Octal 160 26 113 0 120 41 70 505 103 32
Binary 1110000 10110 1001011 0 1010000 100001 111000 101000101 1000011 11010

Color Harmonies of #70164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70164B

Black with #70164B

Text Example


Text Example

White with #70164B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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