Html Css Color HEX #731347 Pompadour

📋 copy color: '#731347'

red 115 ◦ green 19 ◦ blue 71

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

Shades of Pompadour #731347

Tints of Pompadour #731347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.63%

R = 56.1%
G = 9.27%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#731347 (or 0x731347) is known color: Pompadour. HEX triplet: 73, 13 and 47. RGB value is (115,19,71). Sum of RGB (Red+Green+Blue) = 115+19+71=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #731347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731347 is #8CECB8. Grayscale: #353535. Windows color (decimal): -9235641 or 4658035. OLE color: 4658035.

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

Color convert

RGB 115 19 71 -
CMYK 0 0.83 0.38 0.55
HSL 327.5º 0.72% 0.26% -
HSV(B) 327.5º 0.83% 0.45% -
XYZ 8.44 4.57 6.4 -
YUV 53.63 137.8 171.77 -
System Red Green Blue C M Y K H S L
Decimal 115 19 71 0 0.83 0.38 0.55 327.5 0.72 0.26
Hex 73 13 47 0 53 26 37 148 48 1A
Octal 163 23 107 0 123 46 67 510 110 32
Binary 1110011 10011 1000111 0 1010011 100110 110111 101001000 1001000 11010

Color Harmonies of #731347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731347

Black with #731347

Text Example


Text Example

White with #731347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731347; }

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

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

background-color css

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

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

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

border-color css

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

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

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