Html Css Color HEX #731950 Pompadour

📋 copy color: '#731950'

red 115 ◦ green 25 ◦ blue 80

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

Shades of Pompadour #731950

Tints of Pompadour #731950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.36%

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

R = 52.27%
G = 11.36%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#731950 (or 0x731950) is known color: Pompadour. HEX triplet: 73, 19 and 50. RGB value is (115,25,80). Sum of RGB (Red+Green+Blue) = 115+25+80=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #731950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731950 is #8CE6AF. Grayscale: #3A3A3A. Windows color (decimal): -9234096 or 5249395. OLE color: 5249395.

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

Color convert

RGB 115 25 80 -
CMYK 0 0.78 0.30 0.55
HSL 323.33º 0.64% 0.27% -
HSV(B) 323.33º 0.78% 0.45% -
XYZ 8.87 4.92 8.07 -
YUV 58.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 115 25 80 0 0.78 0.30 0.55 323.33 0.64 0.27
Hex 73 19 50 0 4E 1E 37 143 40 1B
Octal 163 31 120 0 116 36 67 503 100 33
Binary 1110011 11001 1010000 0 1001110 11110 110111 101000011 1000000 11011

Color Harmonies of #731950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731950

Black with #731950

Text Example


Text Example

White with #731950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731950; }

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

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

background-color css

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

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

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

border-color css

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

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

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