Html Css Color HEX #7D0C53 Pompadour

📋 copy color: '#7D0C53'

red 125 ◦ green 12 ◦ blue 83

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

Shades of Pompadour #7D0C53

Tints of Pompadour #7D0C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 56.82%
G = 5.45%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7D0C53 (or 0x7D0C53) is known color: Pompadour. HEX triplet: 7D, 0C and 53. RGB value is (125,12,83). Sum of RGB (Red+Green+Blue) = 125+12+83=220 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.82% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0C53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0C53 is #82F3AC. Grayscale: #353535. Windows color (decimal): -8582061 or 5442685. OLE color: 5442685.

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

Color convert

RGB 125 12 83 -
CMYK 0 0.90 0.34 0.51
HSL 322.3º 0.82% 0.27% -
HSV(B) 322.3º 0.9% 0.49% -
XYZ 10.15 5.25 8.66 -
YUV 53.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 125 12 83 0 0.90 0.34 0.51 322.3 0.82 0.27
Hex 7D C 53 0 5A 22 33 142 52 1B
Octal 175 14 123 0 132 42 63 502 122 33
Binary 1111101 1100 1010011 0 1011010 100010 110011 101000010 1010010 11011

Color Harmonies of #7D0C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0C53

Black with #7D0C53

Text Example


Text Example

White with #7D0C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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