Html Css Color HEX #70254C Pompadour

📋 copy color: '#70254C'

red 112 ◦ green 37 ◦ blue 76

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

Shades of Pompadour #70254C

Tints of Pompadour #70254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.78%

R = 49.78%
G = 16.44%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70254C (or 0x70254C) is known color: Pompadour. HEX triplet: 70, 25 and 4C. RGB value is (112,37,76). Sum of RGB (Red+Green+Blue) = 112+37+76=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70254C is #8FDAB3. Grayscale: #3F3F3F. Windows color (decimal): -9427636 or 4990320. OLE color: 4990320.

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

Color convert

RGB 112 37 76 -
CMYK 0 0.67 0.32 0.56
HSL 328.8º 0.5% 0.29% -
HSV(B) 328.8º 0.67% 0.44% -
XYZ 8.65 5.29 7.4 -
YUV 63.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 112 37 76 0 0.67 0.32 0.56 328.8 0.5 0.29
Hex 70 25 4C 0 43 20 38 149 32 1D
Octal 160 45 114 0 103 40 70 511 62 35
Binary 1110000 100101 1001100 0 1000011 100000 111000 101001001 110010 11101

Color Harmonies of #70254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70254C

Black with #70254C

Text Example


Text Example

White with #70254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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