Html Css Color HEX #7E1449 Pompadour

📋 copy color: '#7E1449'

red 126 ◦ green 20 ◦ blue 73

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

Shades of Pompadour #7E1449

Tints of Pompadour #7E1449

RGB

 RED value IS 126 (49.61% from 255) = 57.53%

 GREEN value IS 20 (8.2% from 255) = 9.13%

 BLUE value IS 73 (28.91% from 255) = 33.33%

R = 57.53%
G = 9.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7E1449 (or 0x7E1449) is known color: Pompadour. HEX triplet: 7E, 14 and 49. RGB value is (126,20,73). Sum of RGB (Red+Green+Blue) = 126+20+73=219 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.53% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1449 is #81EBB6. Grayscale: #393939. Windows color (decimal): -8514487 or 4789374. OLE color: 4789374.

HSL color Cylindrical-coordinate representation of color #7E1449: hue angle of 330º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E1449 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 20 73 -
CMYK 0 0.84 0.42 0.51
HSL 330º 0.73% 0.29% -
HSV(B) 330º 0.84% 0.49% -
XYZ 10.06 5.42 6.82 -
YUV 57.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 126 20 73 0 0.84 0.42 0.51 330 0.73 0.29
Hex 7E 14 49 0 54 2A 33 14A 49 1D
Octal 176 24 111 0 124 52 63 512 111 35
Binary 1111110 10100 1001001 0 1010100 101010 110011 101001010 1001001 11101

Color Harmonies of #7E1449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1449

Black with #7E1449

Text Example


Text Example

White with #7E1449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E1449; }

 p { color: rgb(126,20,73); }

 H1.HeaderClassName
 {
   color: #7E1449;
 }
 .AnyTagClassName
 {
   color: #7E1449;
 }
</style>

background-color css

<style>
 a { background-color: #7E1449; }

 a { background-color: rgb(126,20,73); }

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

border-color css

<style>
 span { border-color: #7E1449; }

 span { border-color: rgb(126,20,73); }

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