Html Css Color HEX #731C54 Pompadour

📋 copy color: '#731C54'

red 115 ◦ green 28 ◦ blue 84

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

Shades of Pompadour #731C54

Tints of Pompadour #731C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37%

R = 50.66%
G = 12.33%
B = 37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#731C54 (or 0x731C54) is known color: Pompadour. HEX triplet: 73, 1C and 54. RGB value is (115,28,84). Sum of RGB (Red+Green+Blue) = 115+28+84=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #731C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C54 is #8CE3AB. Grayscale: #3C3C3C. Windows color (decimal): -9233324 or 5512307. OLE color: 5512307.

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

Color convert

RGB 115 28 84 -
CMYK 0 0.76 0.27 0.55
HSL 321.38º 0.61% 0.28% -
HSV(B) 321.38º 0.76% 0.45% -
XYZ 9.09 5.12 8.9 -
YUV 60.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 115 28 84 0 0.76 0.27 0.55 321.38 0.61 0.28
Hex 73 1C 54 0 4C 1B 37 141 3D 1C
Octal 163 34 124 0 114 33 67 501 75 34
Binary 1110011 11100 1010100 0 1001100 11011 110111 101000001 111101 11100

Color Harmonies of #731C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C54

Black with #731C54

Text Example


Text Example

White with #731C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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