Html Css Color HEX #70173C Pompadour

📋 copy color: '#70173C'

red 112 ◦ green 23 ◦ blue 60

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

Shades of Pompadour #70173C

Tints of Pompadour #70173C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.77%

R = 57.44%
G = 11.79%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70173C (or 0x70173C) is known color: Pompadour. HEX triplet: 70, 17 and 3C. RGB value is (112,23,60). Sum of RGB (Red+Green+Blue) = 112+23+60=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #70173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70173C is #8FE8C3. Grayscale: #353535. Windows color (decimal): -9431236 or 3938160. OLE color: 3938160.

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

Color convert

RGB 112 23 60 -
CMYK 0 0.79 0.46 0.56
HSL 335.06º 0.66% 0.26% -
HSV(B) 335.06º 0.79% 0.44% -
XYZ 7.8 4.38 4.71 -
YUV 53.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 112 23 60 0 0.79 0.46 0.56 335.06 0.66 0.26
Hex 70 17 3C 0 4F 2E 38 14F 42 1A
Octal 160 27 74 0 117 56 70 517 102 32
Binary 1110000 10111 111100 0 1001111 101110 111000 101001111 1000010 11010

Color Harmonies of #70173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70173C

Black with #70173C

Text Example


Text Example

White with #70173C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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