Html Css Color HEX #73114D Pompadour

📋 copy color: '#73114D'

red 115 ◦ green 17 ◦ blue 77

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

Shades of Pompadour #73114D

Tints of Pompadour #73114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

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

R = 55.02%
G = 8.13%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73114D (or 0x73114D) is known color: Pompadour. HEX triplet: 73, 11 and 4D. RGB value is (115,17,77). Sum of RGB (Red+Green+Blue) = 115+17+77=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #73114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73114D is #8CEEB2. Grayscale: #353535. Windows color (decimal): -9236147 or 5050739. OLE color: 5050739.

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

Color convert

RGB 115 17 77 -
CMYK 0 0.85 0.33 0.55
HSL 323.27º 0.74% 0.26% -
HSV(B) 323.27º 0.85% 0.45% -
XYZ 8.61 4.58 7.45 -
YUV 53.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 115 17 77 0 0.85 0.33 0.55 323.27 0.74 0.26
Hex 73 11 4D 0 55 21 37 143 4A 1A
Octal 163 21 115 0 125 41 67 503 112 32
Binary 1110011 10001 1001101 0 1010101 100001 110111 101000011 1001010 11010

Color Harmonies of #73114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73114D

Black with #73114D

Text Example


Text Example

White with #73114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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