Html Css Color HEX #70174C Pompadour

📋 copy color: '#70174C'

red 112 ◦ green 23 ◦ blue 76

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

Shades of Pompadour #70174C

Tints of Pompadour #70174C

RGB

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

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

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

R = 53.08%
G = 10.9%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70174C (or 0x70174C) is known color: Pompadour. HEX triplet: 70, 17 and 4C. RGB value is (112,23,76). Sum of RGB (Red+Green+Blue) = 112+23+76=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70174C is #8FE8B3. Grayscale: #373737. Windows color (decimal): -9431220 or 4986736. OLE color: 4986736.

HSL color Cylindrical-coordinate representation of color #70174C: hue angle of 324.27º 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 #70174C is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 23 76 -
CMYK 0 0.79 0.32 0.56
HSL 324.27º 0.66% 0.26% -
HSV(B) 324.27º 0.79% 0.44% -
XYZ 8.29 4.58 7.28 -
YUV 55.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 112 23 76 0 0.79 0.32 0.56 324.27 0.66 0.26
Hex 70 17 4C 0 4F 20 38 144 42 1A
Octal 160 27 114 0 117 40 70 504 102 32
Binary 1110000 10111 1001100 0 1001111 100000 111000 101000100 1000010 11010

Color Harmonies of #70174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70174C

Black with #70174C

Text Example


Text Example

White with #70174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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