Html Css Color HEX #7D0E55 Pompadour

📋 copy color: '#7D0E55'

red 125 ◦ green 14 ◦ blue 85

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

Shades of Pompadour #7D0E55

Tints of Pompadour #7D0E55

RGB

 RED value IS 125 (49.22% from 255) = 55.8%

 GREEN value IS 14 (5.86% from 255) = 6.25%

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 55.8%
G = 6.25%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#7D0E55 (or 0x7D0E55) is known color: Pompadour. HEX triplet: 7D, 0E and 55. RGB value is (125,14,85). Sum of RGB (Red+Green+Blue) = 125+14+85=224 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.80% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0E55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0E55 is #82F1AA. Grayscale: #373737. Windows color (decimal): -8581547 or 5574269. OLE color: 5574269.

HSL color Cylindrical-coordinate representation of color #7D0E55: hue angle of 321.62º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D0E55 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 14 85 -
CMYK 0 0.89 0.32 0.51
HSL 321.62º 0.8% 0.27% -
HSV(B) 321.62º 0.89% 0.49% -
XYZ 10.25 5.33 9.08 -
YUV 55.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 125 14 85 0 0.89 0.32 0.51 321.62 0.8 0.27
Hex 7D E 55 0 59 20 33 142 50 1B
Octal 175 16 125 0 131 40 63 502 120 33
Binary 1111101 1110 1010101 0 1011001 100000 110011 101000010 1010000 11011

Color Harmonies of #7D0E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0E55

Black with #7D0E55

Text Example


Text Example

White with #7D0E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,14,85); }

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

background-color css

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

 a { background-color: rgb(125,14,85); }

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

border-color css

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

 span { border-color: rgb(125,14,85); }

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