Html Css Color HEX #731154 Pompadour

📋 copy color: '#731154'

red 115 ◦ green 17 ◦ blue 84

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

Shades of Pompadour #731154

Tints of Pompadour #731154

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.87%

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

R = 53.24%
G = 7.87%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#731154 (or 0x731154) is known color: Pompadour. HEX triplet: 73, 11 and 54. RGB value is (115,17,84). Sum of RGB (Red+Green+Blue) = 115+17+84=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #731154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731154 is #8CEEAB. Grayscale: #353535. Windows color (decimal): -9236140 or 5509491. OLE color: 5509491.

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

Color convert

RGB 115 17 84 -
CMYK 0 0.85 0.27 0.55
HSL 318.98º 0.74% 0.26% -
HSV(B) 318.98º 0.85% 0.45% -
XYZ 8.87 4.69 8.82 -
YUV 53.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 115 17 84 0 0.85 0.27 0.55 318.98 0.74 0.26
Hex 73 11 54 0 55 1B 37 13F 4A 1A
Octal 163 21 124 0 125 33 67 477 112 32
Binary 1110011 10001 1010100 0 1010101 11011 110111 100111111 1001010 11010

Color Harmonies of #731154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731154

Black with #731154

Text Example


Text Example

White with #731154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731154; }

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

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

background-color css

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

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

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

border-color css

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

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

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