Html Css Color HEX #73154C Pompadour

📋 copy color: '#73154C'

red 115 ◦ green 21 ◦ blue 76

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

Shades of Pompadour #73154C

Tints of Pompadour #73154C

RGB

 RED value IS 115 (45.31% from 255) = 54.25%

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

 BLUE value IS 76 (30.08% from 255) = 35.85%

R = 54.25%
G = 9.91%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#73154C (or 0x73154C) is known color: Pompadour. HEX triplet: 73, 15 and 4C. RGB value is (115,21,76). Sum of RGB (Red+Green+Blue) = 115+21+76=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73154C is #8CEAB3. Grayscale: #373737. Windows color (decimal): -9235124 or 4986227. OLE color: 4986227.

HSL color Cylindrical-coordinate representation of color #73154C: hue angle of 324.89º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73154C is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 76 -
CMYK 0 0.82 0.34 0.55
HSL 324.89º 0.69% 0.27% -
HSV(B) 324.89º 0.82% 0.45% -
XYZ 8.64 4.7 7.29 -
YUV 55.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 115 21 76 0 0.82 0.34 0.55 324.89 0.69 0.27
Hex 73 15 4C 0 52 22 37 145 45 1B
Octal 163 25 114 0 122 42 67 505 105 33
Binary 1110011 10101 1001100 0 1010010 100010 110111 101000101 1000101 11011

Color Harmonies of #73154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73154C

Black with #73154C

Text Example


Text Example

White with #73154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73154C; }

 p { color: rgb(115,21,76); }

 H1.HeaderClassName
 {
   color: #73154C;
 }
 .AnyTagClassName
 {
   color: #73154C;
 }
</style>

background-color css

<style>
 a { background-color: #73154C; }

 a { background-color: rgb(115,21,76); }

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

border-color css

<style>
 span { border-color: #73154C; }

 span { border-color: rgb(115,21,76); }

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