Html Css Color HEX #731349 Pompadour

📋 copy color: '#731349'

red 115 ◦ green 19 ◦ blue 73

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

Shades of Pompadour #731349

Tints of Pompadour #731349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.27%

R = 55.56%
G = 9.18%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#731349 (or 0x731349) is known color: Pompadour. HEX triplet: 73, 13 and 49. RGB value is (115,19,73). Sum of RGB (Red+Green+Blue) = 115+19+73=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #731349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731349 is #8CECB6. Grayscale: #353535. Windows color (decimal): -9235639 or 4789107. OLE color: 4789107.

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

Color convert

RGB 115 19 73 -
CMYK 0 0.83 0.37 0.55
HSL 326.25º 0.72% 0.26% -
HSV(B) 326.25º 0.83% 0.45% -
XYZ 8.51 4.59 6.74 -
YUV 53.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 115 19 73 0 0.83 0.37 0.55 326.25 0.72 0.26
Hex 73 13 49 0 53 25 37 146 48 1A
Octal 163 23 111 0 123 45 67 506 110 32
Binary 1110011 10011 1001001 0 1010011 100101 110111 101000110 1001000 11010

Color Harmonies of #731349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731349

Black with #731349

Text Example


Text Example

White with #731349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731349; }

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

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

background-color css

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

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

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

border-color css

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

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

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