Html Css Color HEX #731A4E Pompadour

📋 copy color: '#731A4E'

red 115 ◦ green 26 ◦ blue 78

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

Shades of Pompadour #731A4E

Tints of Pompadour #731A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.62%

R = 52.51%
G = 11.87%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#731A4E (or 0x731A4E) is known color: Pompadour. HEX triplet: 73, 1A and 4E. RGB value is (115,26,78). Sum of RGB (Red+Green+Blue) = 115+26+78=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #731A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731A4E is #8CE5B1. Grayscale: #3A3A3A. Windows color (decimal): -9233842 or 5118579. OLE color: 5118579.

HSL color Cylindrical-coordinate representation of color #731A4E: hue angle of 324.94º 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 #731A4E is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 26 78 -
CMYK 0 0.77 0.32 0.55
HSL 324.94º 0.63% 0.28% -
HSV(B) 324.94º 0.77% 0.45% -
XYZ 8.81 4.93 7.7 -
YUV 58.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 115 26 78 0 0.77 0.32 0.55 324.94 0.63 0.28
Hex 73 1A 4E 0 4D 20 37 145 3F 1C
Octal 163 32 116 0 115 40 67 505 77 34
Binary 1110011 11010 1001110 0 1001101 100000 110111 101000101 111111 11100

Color Harmonies of #731A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A4E

Black with #731A4E

Text Example


Text Example

White with #731A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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