Html Css Color HEX #7E1043 Pompadour

📋 copy color: '#7E1043'

red 126 ◦ green 16 ◦ blue 67

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

Shades of Pompadour #7E1043

Tints of Pompadour #7E1043

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.66%

 BLUE value IS 67 (26.56% from 255) = 32.06%

R = 60.29%
G = 7.66%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7E1043 (or 0x7E1043) is known color: Pompadour. HEX triplet: 7E, 10 and 43. RGB value is (126,16,67). Sum of RGB (Red+Green+Blue) = 126+16+67=209 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.29% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1043 is #81EFBC. Grayscale: #363636. Windows color (decimal): -8515517 or 4395134. OLE color: 4395134.

HSL color Cylindrical-coordinate representation of color #7E1043: hue angle of 332.18º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E1043 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 16 67 -
CMYK 0 0.87 0.47 0.51
HSL 332.18º 0.77% 0.28% -
HSV(B) 332.18º 0.87% 0.49% -
XYZ 9.8 5.21 5.8 -
YUV 54.7 134.94 178.85 -
System Red Green Blue C M Y K H S L
Decimal 126 16 67 0 0.87 0.47 0.51 332.18 0.77 0.28
Hex 7E 10 43 0 57 2F 33 14C 4D 1C
Octal 176 20 103 0 127 57 63 514 115 34
Binary 1111110 10000 1000011 0 1010111 101111 110011 101001100 1001101 11100

Color Harmonies of #7E1043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1043

Black with #7E1043

Text Example


Text Example

White with #7E1043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,16,67); }

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

background-color css

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

 a { background-color: rgb(126,16,67); }

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

border-color css

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

 span { border-color: rgb(126,16,67); }

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