Html Css Color HEX #70154F Pompadour

📋 copy color: '#70154F'

red 112 ◦ green 21 ◦ blue 79

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

Shades of Pompadour #70154F

Tints of Pompadour #70154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

 BLUE value IS 79 (31.25% from 255) = 37.26%

R = 52.83%
G = 9.91%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#70154F (or 0x70154F) is known color: Pompadour. HEX triplet: 70, 15 and 4F. RGB value is (112,21,79). Sum of RGB (Red+Green+Blue) = 112+21+79=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70154F is #8FEAB0. Grayscale: #363636. Windows color (decimal): -9431729 or 5182832. OLE color: 5182832.

HSL color Cylindrical-coordinate representation of color #70154F: hue angle of 321.76º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70154F is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 79 -
CMYK 0 0.81 0.29 0.56
HSL 321.76º 0.68% 0.26% -
HSV(B) 321.76º 0.81% 0.44% -
XYZ 8.36 4.55 7.83 -
YUV 54.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 112 21 79 0 0.81 0.29 0.56 321.76 0.68 0.26
Hex 70 15 4F 0 51 1D 38 142 44 1A
Octal 160 25 117 0 121 35 70 502 104 32
Binary 1110000 10101 1001111 0 1010001 11101 111000 101000010 1000100 11010

Color Harmonies of #70154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70154F

Black with #70154F

Text Example


Text Example

White with #70154F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70154F; }

 p { color: rgb(112,21,79); }

 H1.HeaderClassName
 {
   color: #70154F;
 }
 .AnyTagClassName
 {
   color: #70154F;
 }
</style>

background-color css

<style>
 a { background-color: #70154F; }

 a { background-color: rgb(112,21,79); }

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

border-color css

<style>
 span { border-color: #70154F; }

 span { border-color: rgb(112,21,79); }

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