Html Css Color HEX #731548 Pompadour

📋 copy color: '#731548'

red 115 ◦ green 21 ◦ blue 72

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

Shades of Pompadour #731548

Tints of Pompadour #731548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.1%

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 55.29%
G = 10.1%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#731548 (or 0x731548) is known color: Pompadour. HEX triplet: 73, 15 and 48. RGB value is (115,21,72). Sum of RGB (Red+Green+Blue) = 115+21+72=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #731548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731548 is #8CEAB7. Grayscale: #363636. Windows color (decimal): -9235128 or 4724083. OLE color: 4724083.

HSL color Cylindrical-coordinate representation of color #731548: hue angle of 327.45º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731548 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 72 -
CMYK 0 0.82 0.37 0.55
HSL 327.45º 0.69% 0.27% -
HSV(B) 327.45º 0.82% 0.45% -
XYZ 8.51 4.65 6.58 -
YUV 54.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 115 21 72 0 0.82 0.37 0.55 327.45 0.69 0.27
Hex 73 15 48 0 52 25 37 147 45 1B
Octal 163 25 110 0 122 45 67 507 105 33
Binary 1110011 10101 1001000 0 1010010 100101 110111 101000111 1000101 11011

Color Harmonies of #731548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731548

Black with #731548

Text Example


Text Example

White with #731548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731548; }

 p { color: rgb(115,21,72); }

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

background-color css

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

 a { background-color: rgb(115,21,72); }

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

border-color css

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

 span { border-color: rgb(115,21,72); }

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