Html Css Color HEX #70174F Pompadour

📋 copy color: '#70174F'

red 112 ◦ green 23 ◦ blue 79

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

Shades of Pompadour #70174F

Tints of Pompadour #70174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

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

R = 52.34%
G = 10.75%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#70174F (or 0x70174F) is known color: Pompadour. HEX triplet: 70, 17 and 4F. RGB value is (112,23,79). Sum of RGB (Red+Green+Blue) = 112+23+79=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #70174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70174F is #8FE8B0. Grayscale: #373737. Windows color (decimal): -9431217 or 5183344. OLE color: 5183344.

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

Color convert

RGB 112 23 79 -
CMYK 0 0.79 0.29 0.56
HSL 322.25º 0.66% 0.26% -
HSV(B) 322.25º 0.79% 0.44% -
XYZ 8.4 4.62 7.85 -
YUV 56 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 112 23 79 0 0.79 0.29 0.56 322.25 0.66 0.26
Hex 70 17 4F 0 4F 1D 38 142 42 1A
Octal 160 27 117 0 117 35 70 502 102 32
Binary 1110000 10111 1001111 0 1001111 11101 111000 101000010 1000010 11010

Color Harmonies of #70174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70174F

Black with #70174F

Text Example


Text Example

White with #70174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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