Html Css Color HEX #73154A Pompadour

📋 copy color: '#73154A'

red 115 ◦ green 21 ◦ blue 74

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

Shades of Pompadour #73154A

Tints of Pompadour #73154A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.24%

R = 54.76%
G = 10%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#73154A (or 0x73154A) is known color: Pompadour. HEX triplet: 73, 15 and 4A. RGB value is (115,21,74). Sum of RGB (Red+Green+Blue) = 115+21+74=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73154A is #8CEAB5. Grayscale: #373737. Windows color (decimal): -9235126 or 4855155. OLE color: 4855155.

HSL color Cylindrical-coordinate representation of color #73154A: hue angle of 326.17º 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 #73154A is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 74 -
CMYK 0 0.82 0.36 0.55
HSL 326.17º 0.69% 0.27% -
HSV(B) 326.17º 0.82% 0.45% -
XYZ 8.57 4.68 6.93 -
YUV 55.15 138.64 170.69 -
System Red Green Blue C M Y K H S L
Decimal 115 21 74 0 0.82 0.36 0.55 326.17 0.69 0.27
Hex 73 15 4A 0 52 24 37 146 45 1B
Octal 163 25 112 0 122 44 67 506 105 33
Binary 1110011 10101 1001010 0 1010010 100100 110111 101000110 1000101 11011

Color Harmonies of #73154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73154A

Black with #73154A

Text Example


Text Example

White with #73154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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