Html Css Color HEX #7E1553 Pompadour

📋 copy color: '#7E1553'

red 126 ◦ green 21 ◦ blue 83

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

Shades of Pompadour #7E1553

Tints of Pompadour #7E1553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.09%

R = 54.78%
G = 9.13%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7E1553 (or 0x7E1553) is known color: Pompadour. HEX triplet: 7E, 15 and 53. RGB value is (126,21,83). Sum of RGB (Red+Green+Blue) = 126+21+83=230 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.78% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1553 is #81EAAC. Grayscale: #3B3B3B. Windows color (decimal): -8514221 or 5444990. OLE color: 5444990.

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

Color convert

RGB 126 21 83 -
CMYK 0 0.83 0.34 0.51
HSL 324.57º 0.71% 0.29% -
HSV(B) 324.57º 0.83% 0.49% -
XYZ 10.43 5.6 8.71 -
YUV 59.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 126 21 83 0 0.83 0.34 0.51 324.57 0.71 0.29
Hex 7E 15 53 0 53 22 33 145 47 1D
Octal 176 25 123 0 123 42 63 505 107 35
Binary 1111110 10101 1010011 0 1010011 100010 110011 101000101 1000111 11101

Color Harmonies of #7E1553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1553

Black with #7E1553

Text Example


Text Example

White with #7E1553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,21,83); }

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

background-color css

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

 a { background-color: rgb(126,21,83); }

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

border-color css

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

 span { border-color: rgb(126,21,83); }

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