Html Css Color HEX #70254A Pompadour

📋 copy color: '#70254A'

red 112 ◦ green 37 ◦ blue 74

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

Shades of Pompadour #70254A

Tints of Pompadour #70254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 50.22%
G = 16.59%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#70254A (or 0x70254A) is known color: Pompadour. HEX triplet: 70, 25 and 4A. RGB value is (112,37,74). Sum of RGB (Red+Green+Blue) = 112+37+74=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70254A is #8FDAB5. Grayscale: #3F3F3F. Windows color (decimal): -9427638 or 4859248. OLE color: 4859248.

HSL color Cylindrical-coordinate representation of color #70254A: hue angle of 330.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70254A is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 37 74 -
CMYK 0 0.67 0.34 0.56
HSL 330.4º 0.5% 0.29% -
HSV(B) 330.4º 0.67% 0.44% -
XYZ 8.58 5.26 7.04 -
YUV 63.64 133.85 162.49 -
System Red Green Blue C M Y K H S L
Decimal 112 37 74 0 0.67 0.34 0.56 330.4 0.5 0.29
Hex 70 25 4A 0 43 22 38 14A 32 1D
Octal 160 45 112 0 103 42 70 512 62 35
Binary 1110000 100101 1001010 0 1000011 100010 111000 101001010 110010 11101

Color Harmonies of #70254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70254A

Black with #70254A

Text Example


Text Example

White with #70254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,37,74); }

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

background-color css

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

 a { background-color: rgb(112,37,74); }

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

border-color css

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

 span { border-color: rgb(112,37,74); }

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