Html Css Color HEX #7D135A Pompadour

📋 copy color: '#7D135A'

red 125 ◦ green 19 ◦ blue 90

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

Shades of Pompadour #7D135A

Tints of Pompadour #7D135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.12%

 BLUE value IS 90 (35.55% from 255) = 38.46%

R = 53.42%
G = 8.12%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7D135A (or 0x7D135A) is known color: Pompadour. HEX triplet: 7D, 13 and 5A. RGB value is (125,19,90). Sum of RGB (Red+Green+Blue) = 125+19+90=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D135A is #82ECA5. Grayscale: #3A3A3A. Windows color (decimal): -8580262 or 5903229. OLE color: 5903229.

HSL color Cylindrical-coordinate representation of color #7D135A: hue angle of 319.81º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D135A is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 19 90 -
CMYK 0 0.85 0.28 0.51
HSL 319.81º 0.74% 0.28% -
HSV(B) 319.81º 0.85% 0.49% -
XYZ 10.54 5.56 10.19 -
YUV 58.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 125 19 90 0 0.85 0.28 0.51 319.81 0.74 0.28
Hex 7D 13 5A 0 55 1C 33 140 4A 1C
Octal 175 23 132 0 125 34 63 500 112 34
Binary 1111101 10011 1011010 0 1010101 11100 110011 101000000 1001010 11100

Color Harmonies of #7D135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D135A

Black with #7D135A

Text Example


Text Example

White with #7D135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,19,90); }

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

background-color css

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

 a { background-color: rgb(125,19,90); }

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

border-color css

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

 span { border-color: rgb(125,19,90); }

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