Html Css Color HEX #70153A Pompadour

📋 copy color: '#70153A'

red 112 ◦ green 21 ◦ blue 58

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

Shades of Pompadour #70153A

Tints of Pompadour #70153A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.37%

R = 58.64%
G = 10.99%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70153A (or 0x70153A) is known color: Pompadour. HEX triplet: 70, 15 and 3A. RGB value is (112,21,58). Sum of RGB (Red+Green+Blue) = 112+21+58=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70153A is #8FEAC5. Grayscale: #343434. Windows color (decimal): -9431750 or 3806576. OLE color: 3806576.

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

Color convert

RGB 112 21 58 -
CMYK 0 0.81 0.48 0.56
HSL 335.6º 0.68% 0.26% -
HSV(B) 335.6º 0.81% 0.44% -
XYZ 7.71 4.29 4.42 -
YUV 52.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 112 21 58 0 0.81 0.48 0.56 335.6 0.68 0.26
Hex 70 15 3A 0 51 30 38 150 44 1A
Octal 160 25 72 0 121 60 70 520 104 32
Binary 1110000 10101 111010 0 1010001 110000 111000 101010000 1000100 11010

Color Harmonies of #70153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70153A

Black with #70153A

Text Example


Text Example

White with #70153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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