Html Css Color HEX #70153B Pompadour

📋 copy color: '#70153B'

red 112 ◦ green 21 ◦ blue 59

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

Shades of Pompadour #70153B

Tints of Pompadour #70153B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.73%

R = 58.33%
G = 10.94%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70153B (or 0x70153B) is known color: Pompadour. HEX triplet: 70, 15 and 3B. RGB value is (112,21,59). Sum of RGB (Red+Green+Blue) = 112+21+59=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70153B is #8FEAC4. Grayscale: #343434. Windows color (decimal): -9431749 or 3872112. OLE color: 3872112.

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

Color convert

RGB 112 21 59 -
CMYK 0 0.81 0.47 0.56
HSL 334.95º 0.68% 0.26% -
HSV(B) 334.95º 0.81% 0.44% -
XYZ 7.74 4.3 4.56 -
YUV 52.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 112 21 59 0 0.81 0.47 0.56 334.95 0.68 0.26
Hex 70 15 3B 0 51 2F 38 14F 44 1A
Octal 160 25 73 0 121 57 70 517 104 32
Binary 1110000 10101 111011 0 1010001 101111 111000 101001111 1000100 11010

Color Harmonies of #70153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70153B

Black with #70153B

Text Example


Text Example

White with #70153B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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