Html Css Color HEX #7D154F Pompadour

📋 copy color: '#7D154F'

red 125 ◦ green 21 ◦ blue 79

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

Shades of Pompadour #7D154F

Tints of Pompadour #7D154F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.11%

R = 55.56%
G = 9.33%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7D154F (or 0x7D154F) is known color: Pompadour. HEX triplet: 7D, 15 and 4F. RGB value is (125,21,79). Sum of RGB (Red+Green+Blue) = 125+21+79=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D154F is #82EAB0. Grayscale: #3A3A3A. Windows color (decimal): -8579761 or 5182845. OLE color: 5182845.

HSL color Cylindrical-coordinate representation of color #7D154F: hue angle of 326.54º 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 #7D154F is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 21 79 -
CMYK 0 0.83 0.37 0.51
HSL 326.54º 0.71% 0.29% -
HSV(B) 326.54º 0.83% 0.49% -
XYZ 10.14 5.46 7.92 -
YUV 58.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 125 21 79 0 0.83 0.37 0.51 326.54 0.71 0.29
Hex 7D 15 4F 0 53 25 33 147 47 1D
Octal 175 25 117 0 123 45 63 507 107 35
Binary 1111101 10101 1001111 0 1010011 100101 110011 101000111 1000111 11101

Color Harmonies of #7D154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D154F

Black with #7D154F

Text Example


Text Example

White with #7D154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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