Html Css Color HEX #7E113E Pompadour

📋 copy color: '#7E113E'

red 126 ◦ green 17 ◦ blue 62

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

Shades of Pompadour #7E113E

Tints of Pompadour #7E113E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.29%

 BLUE value IS 62 (24.61% from 255) = 30.24%

R = 61.46%
G = 8.29%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7E113E (or 0x7E113E) is known color: Pompadour. HEX triplet: 7E, 11 and 3E. RGB value is (126,17,62). Sum of RGB (Red+Green+Blue) = 126+17+62=205 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.46% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 126 - color contains mainly: red. Hex color #7E113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E113E is #81EEC1. Grayscale: #363636. Windows color (decimal): -8515266 or 4067710. OLE color: 4067710.

HSL color Cylindrical-coordinate representation of color #7E113E: hue angle of 335.23º degrees, saturation: 0.76, 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 #7E113E is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 17 62 -
CMYK 0 0.87 0.51 0.51
HSL 335.23º 0.76% 0.28% -
HSV(B) 335.23º 0.87% 0.49% -
XYZ 9.67 5.18 5.05 -
YUV 54.72 132.11 178.84 -
System Red Green Blue C M Y K H S L
Decimal 126 17 62 0 0.87 0.51 0.51 335.23 0.76 0.28
Hex 7E 11 3E 0 57 33 33 14F 4C 1C
Octal 176 21 76 0 127 63 63 517 114 34
Binary 1111110 10001 111110 0 1010111 110011 110011 101001111 1001100 11100

Color Harmonies of #7E113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E113E

Black with #7E113E

Text Example


Text Example

White with #7E113E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,17,62); }

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

background-color css

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

 a { background-color: rgb(126,17,62); }

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

border-color css

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

 span { border-color: rgb(126,17,62); }

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