Html Css Color HEX #7E1344 Pompadour

📋 copy color: '#7E1344'

red 126 ◦ green 19 ◦ blue 68

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

Shades of Pompadour #7E1344

Tints of Pompadour #7E1344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

 BLUE value IS 68 (26.95% from 255) = 31.92%

R = 59.15%
G = 8.92%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7E1344 (or 0x7E1344) is known color: Pompadour. HEX triplet: 7E, 13 and 44. RGB value is (126,19,68). Sum of RGB (Red+Green+Blue) = 126+19+68=213 (28% of max value = 765). Red value is 126 (49.61% from 255 or 59.15% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1344 is #81ECBB. Grayscale: #383838. Windows color (decimal): -8514748 or 4461438. OLE color: 4461438.

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

Color convert

RGB 126 19 68 -
CMYK 0 0.85 0.46 0.51
HSL 332.52º 0.74% 0.28% -
HSV(B) 332.52º 0.85% 0.49% -
XYZ 9.88 5.32 5.97 -
YUV 56.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 126 19 68 0 0.85 0.46 0.51 332.52 0.74 0.28
Hex 7E 13 44 0 55 2E 33 14D 4A 1C
Octal 176 23 104 0 125 56 63 515 112 34
Binary 1111110 10011 1000100 0 1010101 101110 110011 101001101 1001010 11100

Color Harmonies of #7E1344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1344

Black with #7E1344

Text Example


Text Example

White with #7E1344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,19,68); }

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

background-color css

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

 a { background-color: rgb(126,19,68); }

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

border-color css

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

 span { border-color: rgb(126,19,68); }

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