Html Css Color HEX #7E194D Pompadour

📋 copy color: '#7E194D'

red 126 ◦ green 25 ◦ blue 77

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

Shades of Pompadour #7E194D

Tints of Pompadour #7E194D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.77%

R = 55.26%
G = 10.96%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7E194D (or 0x7E194D) is known color: Pompadour. HEX triplet: 7E, 19 and 4D. RGB value is (126,25,77). Sum of RGB (Red+Green+Blue) = 126+25+77=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E194D is #81E6B2. Grayscale: #3D3D3D. Windows color (decimal): -8513203 or 5052798. OLE color: 5052798.

HSL color Cylindrical-coordinate representation of color #7E194D: hue angle of 329.11º 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 #7E194D is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 25 77 -
CMYK 0 0.80 0.39 0.51
HSL 329.11º 0.67% 0.3% -
HSV(B) 329.11º 0.8% 0.49% -
XYZ 10.29 5.67 7.57 -
YUV 61.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 126 25 77 0 0.80 0.39 0.51 329.11 0.67 0.3
Hex 7E 19 4D 0 50 27 33 149 43 1E
Octal 176 31 115 0 120 47 63 511 103 36
Binary 1111110 11001 1001101 0 1010000 100111 110011 101001001 1000011 11110

Color Harmonies of #7E194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E194D

Black with #7E194D

Text Example


Text Example

White with #7E194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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