Html Css Color HEX #731550 Pompadour

📋 copy color: '#731550'

red 115 ◦ green 21 ◦ blue 80

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

Shades of Pompadour #731550

Tints of Pompadour #731550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 53.24%
G = 9.72%
B = 37.04%

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

#731550 (or 0x731550) is known color: Pompadour. HEX triplet: 73, 15 and 50. RGB value is (115,21,80). Sum of RGB (Red+Green+Blue) = 115+21+80=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #731550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731550 is #8CEAAF. Grayscale: #373737. Windows color (decimal): -9235120 or 5248371. OLE color: 5248371.

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

Color convert

RGB 115 21 80 -
CMYK 0 0.82 0.30 0.55
HSL 322.34º 0.69% 0.27% -
HSV(B) 322.34º 0.82% 0.45% -
XYZ 8.79 4.76 8.05 -
YUV 55.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 115 21 80 0 0.82 0.30 0.55 322.34 0.69 0.27
Hex 73 15 50 0 52 1E 37 142 45 1B
Octal 163 25 120 0 122 36 67 502 105 33
Binary 1110011 10101 1010000 0 1010010 11110 110111 101000010 1000101 11011

Color Harmonies of #731550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731550

Black with #731550

Text Example


Text Example

White with #731550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731550; }

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

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

background-color css

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

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

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

border-color css

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

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

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