Html Css Color HEX #731C4F Pompadour

📋 copy color: '#731C4F'

red 115 ◦ green 28 ◦ blue 79

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

Shades of Pompadour #731C4F

Tints of Pompadour #731C4F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.61%

 BLUE value IS 79 (31.25% from 255) = 35.59%

R = 51.8%
G = 12.61%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#731C4F (or 0x731C4F) is known color: Pompadour. HEX triplet: 73, 1C and 4F. RGB value is (115,28,79). Sum of RGB (Red+Green+Blue) = 115+28+79=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #731C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C4F is #8CE3B0. Grayscale: #3B3B3B. Windows color (decimal): -9233329 or 5184627. OLE color: 5184627.

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

Color convert

RGB 115 28 79 -
CMYK 0 0.76 0.31 0.55
HSL 324.83º 0.61% 0.28% -
HSV(B) 324.83º 0.76% 0.45% -
XYZ 8.9 5.04 7.9 -
YUV 59.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 115 28 79 0 0.76 0.31 0.55 324.83 0.61 0.28
Hex 73 1C 4F 0 4C 1F 37 145 3D 1C
Octal 163 34 117 0 114 37 67 505 75 34
Binary 1110011 11100 1001111 0 1001100 11111 110111 101000101 111101 11100

Color Harmonies of #731C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C4F

Black with #731C4F

Text Example


Text Example

White with #731C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,28,79); }

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

background-color css

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

 a { background-color: rgb(115,28,79); }

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

border-color css

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

 span { border-color: rgb(115,28,79); }

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