Html Css Color HEX #7D1657 Pompadour

📋 copy color: '#7D1657'

red 125 ◦ green 22 ◦ blue 87

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

Shades of Pompadour #7D1657

Tints of Pompadour #7D1657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.4%

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

R = 53.42%
G = 9.4%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D1657 (or 0x7D1657) is known color: Pompadour. HEX triplet: 7D, 16 and 57. RGB value is (125,22,87). Sum of RGB (Red+Green+Blue) = 125+22+87=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1657 is #82E9A8. Grayscale: #3C3C3C. Windows color (decimal): -8579497 or 5707389. OLE color: 5707389.

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

Color convert

RGB 125 22 87 -
CMYK 0 0.82 0.30 0.51
HSL 322.14º 0.7% 0.29% -
HSV(B) 322.14º 0.82% 0.49% -
XYZ 10.46 5.62 9.55 -
YUV 60.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 125 22 87 0 0.82 0.30 0.51 322.14 0.7 0.29
Hex 7D 16 57 0 52 1E 33 142 46 1D
Octal 175 26 127 0 122 36 63 502 106 35
Binary 1111101 10110 1010111 0 1010010 11110 110011 101000010 1000110 11101

Color Harmonies of #7D1657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1657

Black with #7D1657

Text Example


Text Example

White with #7D1657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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