Html Css Color HEX #73134F Pompadour

📋 copy color: '#73134F'

red 115 ◦ green 19 ◦ blue 79

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

Shades of Pompadour #73134F

Tints of Pompadour #73134F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.09%

R = 53.99%
G = 8.92%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#73134F (or 0x73134F) is known color: Pompadour. HEX triplet: 73, 13 and 4F. RGB value is (115,19,79). Sum of RGB (Red+Green+Blue) = 115+19+79=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73134F is #8CECB0. Grayscale: #363636. Windows color (decimal): -9235633 or 5182323. OLE color: 5182323.

HSL color Cylindrical-coordinate representation of color #73134F: hue angle of 322.5º 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 #73134F is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 19 79 -
CMYK 0 0.83 0.31 0.55
HSL 322.5º 0.72% 0.26% -
HSV(B) 322.5º 0.83% 0.45% -
XYZ 8.71 4.68 7.84 -
YUV 54.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 115 19 79 0 0.83 0.31 0.55 322.5 0.72 0.26
Hex 73 13 4F 0 53 1F 37 142 48 1A
Octal 163 23 117 0 123 37 67 502 110 32
Binary 1110011 10011 1001111 0 1010011 11111 110111 101000010 1001000 11010

Color Harmonies of #73134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73134F

Black with #73134F

Text Example


Text Example

White with #73134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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