Html Css Color HEX #731D4E Pompadour

📋 copy color: '#731D4E'

red 115 ◦ green 29 ◦ blue 78

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

Shades of Pompadour #731D4E

Tints of Pompadour #731D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.06%

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

R = 51.8%
G = 13.06%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#731D4E (or 0x731D4E) is known color: Pompadour. HEX triplet: 73, 1D and 4E. RGB value is (115,29,78). Sum of RGB (Red+Green+Blue) = 115+29+78=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #731D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D4E is #8CE2B1. Grayscale: #3C3C3C. Windows color (decimal): -9233074 or 5119347. OLE color: 5119347.

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

Color convert

RGB 115 29 78 -
CMYK 0 0.75 0.32 0.55
HSL 325.81º 0.6% 0.28% -
HSV(B) 325.81º 0.75% 0.45% -
XYZ 8.88 5.07 7.72 -
YUV 60.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 115 29 78 0 0.75 0.32 0.55 325.81 0.6 0.28
Hex 73 1D 4E 0 4B 20 37 146 3C 1C
Octal 163 35 116 0 113 40 67 506 74 34
Binary 1110011 11101 1001110 0 1001011 100000 110111 101000110 111100 11100

Color Harmonies of #731D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D4E

Black with #731D4E

Text Example


Text Example

White with #731D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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