Html Css Color HEX #73114C Pompadour

📋 copy color: '#73114C'

red 115 ◦ green 17 ◦ blue 76

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

Shades of Pompadour #73114C

Tints of Pompadour #73114C

RGB

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

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

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

R = 55.29%
G = 8.17%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#73114C (or 0x73114C) is known color: Pompadour. HEX triplet: 73, 11 and 4C. RGB value is (115,17,76). Sum of RGB (Red+Green+Blue) = 115+17+76=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #73114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73114C is #8CEEB3. Grayscale: #343434. Windows color (decimal): -9236148 or 4985203. OLE color: 4985203.

HSL color Cylindrical-coordinate representation of color #73114C: hue angle of 323.88º 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 #73114C is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 17 76 -
CMYK 0 0.85 0.34 0.55
HSL 323.88º 0.74% 0.26% -
HSV(B) 323.88º 0.85% 0.45% -
XYZ 8.58 4.57 7.27 -
YUV 53.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 115 17 76 0 0.85 0.34 0.55 323.88 0.74 0.26
Hex 73 11 4C 0 55 22 37 144 4A 1A
Octal 163 21 114 0 125 42 67 504 112 32
Binary 1110011 10001 1001100 0 1010101 100010 110111 101000100 1001010 11010

Color Harmonies of #73114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73114C

Black with #73114C

Text Example


Text Example

White with #73114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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