Html Css Color HEX #7E0F45 Pompadour

📋 copy color: '#7E0F45'

red 126 ◦ green 15 ◦ blue 69

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

Shades of Pompadour #7E0F45

Tints of Pompadour #7E0F45

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.14%

 BLUE value IS 69 (27.34% from 255) = 32.86%

R = 60%
G = 7.14%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7E0F45 (or 0x7E0F45) is known color: Pompadour. HEX triplet: 7E, 0F and 45. RGB value is (126,15,69). Sum of RGB (Red+Green+Blue) = 126+15+69=210 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0F45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0F45 is #81F0BA. Grayscale: #363636. Windows color (decimal): -8515771 or 4525950. OLE color: 4525950.

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

Color convert

RGB 126 15 69 -
CMYK 0 0.88 0.45 0.51
HSL 330.81º 0.79% 0.28% -
HSV(B) 330.81º 0.88% 0.49% -
XYZ 9.85 5.21 6.12 -
YUV 54.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 126 15 69 0 0.88 0.45 0.51 330.81 0.79 0.28
Hex 7E F 45 0 58 2D 33 14B 4F 1C
Octal 176 17 105 0 130 55 63 513 117 34
Binary 1111110 1111 1000101 0 1011000 101101 110011 101001011 1001111 11100

Color Harmonies of #7E0F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0F45

Black with #7E0F45

Text Example


Text Example

White with #7E0F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,15,69); }

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

background-color css

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

 a { background-color: rgb(126,15,69); }

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

border-color css

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

 span { border-color: rgb(126,15,69); }

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