Html Css Color HEX #73124D Pompadour

📋 copy color: '#73124D'

red 115 ◦ green 18 ◦ blue 77

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

Shades of Pompadour #73124D

Tints of Pompadour #73124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.57%

 BLUE value IS 77 (30.47% from 255) = 36.67%

R = 54.76%
G = 8.57%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73124D (or 0x73124D) is known color: Pompadour. HEX triplet: 73, 12 and 4D. RGB value is (115,18,77). Sum of RGB (Red+Green+Blue) = 115+18+77=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73124D is #8CEDB2. Grayscale: #353535. Windows color (decimal): -9235891 or 5050995. OLE color: 5050995.

HSL color Cylindrical-coordinate representation of color #73124D: hue angle of 323.51º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73124D is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 18 77 -
CMYK 0 0.84 0.33 0.55
HSL 323.51º 0.73% 0.26% -
HSV(B) 323.51º 0.84% 0.45% -
XYZ 8.63 4.61 7.46 -
YUV 53.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 115 18 77 0 0.84 0.33 0.55 323.51 0.73 0.26
Hex 73 12 4D 0 54 21 37 144 49 1A
Octal 163 22 115 0 124 41 67 504 111 32
Binary 1110011 10010 1001101 0 1010100 100001 110111 101000100 1001001 11010

Color Harmonies of #73124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73124D

Black with #73124D

Text Example


Text Example

White with #73124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73124D; }

 p { color: rgb(115,18,77); }

 H1.HeaderClassName
 {
   color: #73124D;
 }
 .AnyTagClassName
 {
   color: #73124D;
 }
</style>

background-color css

<style>
 a { background-color: #73124D; }

 a { background-color: rgb(115,18,77); }

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

border-color css

<style>
 span { border-color: #73124D; }

 span { border-color: rgb(115,18,77); }

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