Html Css Color HEX #731551 Pompadour

📋 copy color: '#731551'

red 115 ◦ green 21 ◦ blue 81

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

Shades of Pompadour #731551

Tints of Pompadour #731551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.33%

R = 53%
G = 9.68%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#731551 (or 0x731551) is known color: Pompadour. HEX triplet: 73, 15 and 51. RGB value is (115,21,81). Sum of RGB (Red+Green+Blue) = 115+21+81=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #731551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731551 is #8CEAAE. Grayscale: #373737. Windows color (decimal): -9235119 or 5313907. OLE color: 5313907.

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

Color convert

RGB 115 21 81 -
CMYK 0 0.82 0.30 0.55
HSL 321.7º 0.69% 0.27% -
HSV(B) 321.7º 0.82% 0.45% -
XYZ 8.82 4.78 8.24 -
YUV 55.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 115 21 81 0 0.82 0.30 0.55 321.7 0.69 0.27
Hex 73 15 51 0 52 1E 37 142 45 1B
Octal 163 25 121 0 122 36 67 502 105 33
Binary 1110011 10101 1010001 0 1010010 11110 110111 101000010 1000101 11011

Color Harmonies of #731551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731551

Black with #731551

Text Example


Text Example

White with #731551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731551; }

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

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

background-color css

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

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

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

border-color css

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

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

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