Html Css Color HEX #70174D Pompadour

📋 copy color: '#70174D'

red 112 ◦ green 23 ◦ blue 77

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

Shades of Pompadour #70174D

Tints of Pompadour #70174D

RGB

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

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

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

R = 52.83%
G = 10.85%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70174D (or 0x70174D) is known color: Pompadour. HEX triplet: 70, 17 and 4D. RGB value is (112,23,77). Sum of RGB (Red+Green+Blue) = 112+23+77=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70174D is #8FE8B2. Grayscale: #373737. Windows color (decimal): -9431219 or 5052272. OLE color: 5052272.

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

Color convert

RGB 112 23 77 -
CMYK 0 0.79 0.31 0.56
HSL 323.6º 0.66% 0.26% -
HSV(B) 323.6º 0.79% 0.44% -
XYZ 8.33 4.59 7.47 -
YUV 55.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 112 23 77 0 0.79 0.31 0.56 323.6 0.66 0.26
Hex 70 17 4D 0 4F 1F 38 144 42 1A
Octal 160 27 115 0 117 37 70 504 102 32
Binary 1110000 10111 1001101 0 1001111 11111 111000 101000100 1000010 11010

Color Harmonies of #70174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70174D

Black with #70174D

Text Example


Text Example

White with #70174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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