Html Css Color HEX #7D1A4D Pompadour

📋 copy color: '#7D1A4D'

red 125 ◦ green 26 ◦ blue 77

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

Shades of Pompadour #7D1A4D

Tints of Pompadour #7D1A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.4%

 BLUE value IS 77 (30.47% from 255) = 33.77%

R = 54.82%
G = 11.4%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7D1A4D (or 0x7D1A4D) is known color: Pompadour. HEX triplet: 7D, 1A and 4D. RGB value is (125,26,77). Sum of RGB (Red+Green+Blue) = 125+26+77=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D1A4D is #82E5B2. Grayscale: #3D3D3D. Windows color (decimal): -8578483 or 5053053. OLE color: 5053053.

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

Color convert

RGB 125 26 77 -
CMYK 0 0.79 0.38 0.51
HSL 329.09º 0.66% 0.3% -
HSV(B) 329.09º 0.79% 0.49% -
XYZ 10.17 5.63 7.57 -
YUV 61.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 125 26 77 0 0.79 0.38 0.51 329.09 0.66 0.3
Hex 7D 1A 4D 0 4F 26 33 149 42 1E
Octal 175 32 115 0 117 46 63 511 102 36
Binary 1111101 11010 1001101 0 1001111 100110 110011 101001001 1000010 11110

Color Harmonies of #7D1A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1A4D

Black with #7D1A4D

Text Example


Text Example

White with #7D1A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,26,77); }

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

background-color css

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

 a { background-color: rgb(125,26,77); }

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

border-color css

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

 span { border-color: rgb(125,26,77); }

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