Html Css Color HEX #70153C Pompadour

📋 copy color: '#70153C'

red 112 ◦ green 21 ◦ blue 60

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

Shades of Pompadour #70153C

Tints of Pompadour #70153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.88%

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

R = 58.03%
G = 10.88%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70153C (or 0x70153C) is known color: Pompadour. HEX triplet: 70, 15 and 3C. RGB value is (112,21,60). Sum of RGB (Red+Green+Blue) = 112+21+60=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70153C is #8FEAC3. Grayscale: #343434. Windows color (decimal): -9431748 or 3937648. OLE color: 3937648.

HSL color Cylindrical-coordinate representation of color #70153C: hue angle of 334.29º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70153C is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 60 -
CMYK 0 0.81 0.46 0.56
HSL 334.29º 0.68% 0.26% -
HSV(B) 334.29º 0.81% 0.44% -
XYZ 7.77 4.31 4.7 -
YUV 52.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 112 21 60 0 0.81 0.46 0.56 334.29 0.68 0.26
Hex 70 15 3C 0 51 2E 38 14E 44 1A
Octal 160 25 74 0 121 56 70 516 104 32
Binary 1110000 10101 111100 0 1010001 101110 111000 101001110 1000100 11010

Color Harmonies of #70153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70153C

Black with #70153C

Text Example


Text Example

White with #70153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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