Html Css Color HEX #73134D Pompadour

📋 copy color: '#73134D'

red 115 ◦ green 19 ◦ blue 77

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

Shades of Pompadour #73134D

Tints of Pompadour #73134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

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

R = 54.5%
G = 9%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73134D (or 0x73134D) is known color: Pompadour. HEX triplet: 73, 13 and 4D. RGB value is (115,19,77). Sum of RGB (Red+Green+Blue) = 115+19+77=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73134D is #8CECB2. Grayscale: #363636. Windows color (decimal): -9235635 or 5051251. OLE color: 5051251.

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

Color convert

RGB 115 19 77 -
CMYK 0 0.83 0.33 0.55
HSL 323.75º 0.72% 0.26% -
HSV(B) 323.75º 0.83% 0.45% -
XYZ 8.64 4.65 7.46 -
YUV 54.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 115 19 77 0 0.83 0.33 0.55 323.75 0.72 0.26
Hex 73 13 4D 0 53 21 37 144 48 1A
Octal 163 23 115 0 123 41 67 504 110 32
Binary 1110011 10011 1001101 0 1010011 100001 110111 101000100 1001000 11010

Color Harmonies of #73134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73134D

Black with #73134D

Text Example


Text Example

White with #73134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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