Html Css Color HEX #7D1557 Pompadour

📋 copy color: '#7D1557'

red 125 ◦ green 21 ◦ blue 87

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

Shades of Pompadour #7D1557

Tints of Pompadour #7D1557

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

 BLUE value IS 87 (34.38% from 255) = 37.34%

R = 53.65%
G = 9.01%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D1557 (or 0x7D1557) is known color: Pompadour. HEX triplet: 7D, 15 and 57. RGB value is (125,21,87). Sum of RGB (Red+Green+Blue) = 125+21+87=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1557 is #82EAA8. Grayscale: #3B3B3B. Windows color (decimal): -8579753 or 5707133. OLE color: 5707133.

HSL color Cylindrical-coordinate representation of color #7D1557: hue angle of 321.92º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D1557 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 21 87 -
CMYK 0 0.83 0.30 0.51
HSL 321.92º 0.71% 0.29% -
HSV(B) 321.92º 0.83% 0.49% -
XYZ 10.45 5.58 9.54 -
YUV 59.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 125 21 87 0 0.83 0.30 0.51 321.92 0.71 0.29
Hex 7D 15 57 0 53 1E 33 142 47 1D
Octal 175 25 127 0 123 36 63 502 107 35
Binary 1111101 10101 1010111 0 1010011 11110 110011 101000010 1000111 11101

Color Harmonies of #7D1557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1557

Black with #7D1557

Text Example


Text Example

White with #7D1557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,21,87); }

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

background-color css

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

 a { background-color: rgb(125,21,87); }

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

border-color css

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

 span { border-color: rgb(125,21,87); }

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