Html Css Color HEX #70174B Pompadour

📋 copy color: '#70174B'

red 112 ◦ green 23 ◦ blue 75

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

Shades of Pompadour #70174B

Tints of Pompadour #70174B

RGB

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

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

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

R = 53.33%
G = 10.95%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70174B (or 0x70174B) is known color: Pompadour. HEX triplet: 70, 17 and 4B. RGB value is (112,23,75). Sum of RGB (Red+Green+Blue) = 112+23+75=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70174B is #8FE8B4. Grayscale: #373737. Windows color (decimal): -9431221 or 4921200. OLE color: 4921200.

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

Color convert

RGB 112 23 75 -
CMYK 0 0.79 0.33 0.56
HSL 324.94º 0.66% 0.26% -
HSV(B) 324.94º 0.79% 0.44% -
XYZ 8.26 4.57 7.1 -
YUV 55.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 112 23 75 0 0.79 0.33 0.56 324.94 0.66 0.26
Hex 70 17 4B 0 4F 21 38 145 42 1A
Octal 160 27 113 0 117 41 70 505 102 32
Binary 1110000 10111 1001011 0 1001111 100001 111000 101000101 1000010 11010

Color Harmonies of #70174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70174B

Black with #70174B

Text Example


Text Example

White with #70174B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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