Html Css Color HEX #731A50 Pompadour

📋 copy color: '#731A50'

red 115 ◦ green 26 ◦ blue 80

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

Shades of Pompadour #731A50

Tints of Pompadour #731A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.76%

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

R = 52.04%
G = 11.76%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#731A50 (or 0x731A50) is known color: Pompadour. HEX triplet: 73, 1A and 50. RGB value is (115,26,80). Sum of RGB (Red+Green+Blue) = 115+26+80=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #731A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731A50 is #8CE5AF. Grayscale: #3A3A3A. Windows color (decimal): -9233840 or 5249651. OLE color: 5249651.

HSL color Cylindrical-coordinate representation of color #731A50: hue angle of 323.6º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731A50 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 26 80 -
CMYK 0 0.77 0.30 0.55
HSL 323.6º 0.63% 0.28% -
HSV(B) 323.6º 0.77% 0.45% -
XYZ 8.89 4.96 8.08 -
YUV 58.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 115 26 80 0 0.77 0.30 0.55 323.6 0.63 0.28
Hex 73 1A 50 0 4D 1E 37 144 3F 1C
Octal 163 32 120 0 115 36 67 504 77 34
Binary 1110011 11010 1010000 0 1001101 11110 110111 101000100 111111 11100

Color Harmonies of #731A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A50

Black with #731A50

Text Example


Text Example

White with #731A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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