Html Css Color HEX #7D0C54 Pompadour

📋 copy color: '#7D0C54'

red 125 ◦ green 12 ◦ blue 84

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

Shades of Pompadour #7D0C54

Tints of Pompadour #7D0C54

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.43%

 BLUE value IS 84 (33.2% from 255) = 38.01%

R = 56.56%
G = 5.43%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7D0C54 (or 0x7D0C54) is known color: Pompadour. HEX triplet: 7D, 0C and 54. RGB value is (125,12,84). Sum of RGB (Red+Green+Blue) = 125+12+84=221 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.56% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0C54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0C54 is #82F3AB. Grayscale: #353535. Windows color (decimal): -8582060 or 5508221. OLE color: 5508221.

HSL color Cylindrical-coordinate representation of color #7D0C54: hue angle of 321.77º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0C54 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 12 84 -
CMYK 0 0.90 0.33 0.51
HSL 321.77º 0.82% 0.27% -
HSV(B) 321.77º 0.9% 0.49% -
XYZ 10.19 5.26 8.87 -
YUV 54 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 125 12 84 0 0.90 0.33 0.51 321.77 0.82 0.27
Hex 7D C 54 0 5A 21 33 142 52 1B
Octal 175 14 124 0 132 41 63 502 122 33
Binary 1111101 1100 1010100 0 1011010 100001 110011 101000010 1010010 11011

Color Harmonies of #7D0C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0C54

Black with #7D0C54

Text Example


Text Example

White with #7D0C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,12,84); }

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

background-color css

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

 a { background-color: rgb(125,12,84); }

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

border-color css

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

 span { border-color: rgb(125,12,84); }

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