Html Css Color HEX #7E1946 Pompadour

📋 copy color: '#7E1946'

red 126 ◦ green 25 ◦ blue 70

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

Shades of Pompadour #7E1946

Tints of Pompadour #7E1946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.31%

 BLUE value IS 70 (27.73% from 255) = 31.67%

R = 57.01%
G = 11.31%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7E1946 (or 0x7E1946) is known color: Pompadour. HEX triplet: 7E, 19 and 46. RGB value is (126,25,70). Sum of RGB (Red+Green+Blue) = 126+25+70=221 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.01% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1946 is #81E6B9. Grayscale: #3C3C3C. Windows color (decimal): -8513210 or 4594046. OLE color: 4594046.

HSL color Cylindrical-coordinate representation of color #7E1946: hue angle of 333.27º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E1946 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 25 70 -
CMYK 0 0.80 0.44 0.51
HSL 333.27º 0.67% 0.3% -
HSV(B) 333.27º 0.8% 0.49% -
XYZ 10.06 5.57 6.34 -
YUV 60.33 133.46 174.84 -
System Red Green Blue C M Y K H S L
Decimal 126 25 70 0 0.80 0.44 0.51 333.27 0.67 0.3
Hex 7E 19 46 0 50 2C 33 14D 43 1E
Octal 176 31 106 0 120 54 63 515 103 36
Binary 1111110 11001 1000110 0 1010000 101100 110011 101001101 1000011 11110

Color Harmonies of #7E1946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1946

Black with #7E1946

Text Example


Text Example

White with #7E1946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,25,70); }

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

background-color css

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

 a { background-color: rgb(126,25,70); }

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

border-color css

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

 span { border-color: rgb(126,25,70); }

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