Html Css Color HEX #731255 Pompadour

📋 copy color: '#731255'

red 115 ◦ green 18 ◦ blue 85

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

Shades of Pompadour #731255

Tints of Pompadour #731255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.26%

 BLUE value IS 85 (33.59% from 255) = 38.99%

R = 52.75%
G = 8.26%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#731255 (or 0x731255) is known color: Pompadour. HEX triplet: 73, 12 and 55. RGB value is (115,18,85). Sum of RGB (Red+Green+Blue) = 115+18+85=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #731255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731255 is #8CEDAA. Grayscale: #363636. Windows color (decimal): -9235883 or 5575283. OLE color: 5575283.

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

Color convert

RGB 115 18 85 -
CMYK 0 0.84 0.26 0.55
HSL 318.56º 0.73% 0.26% -
HSV(B) 318.56º 0.84% 0.45% -
XYZ 8.93 4.73 9.04 -
YUV 54.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 115 18 85 0 0.84 0.26 0.55 318.56 0.73 0.26
Hex 73 12 55 0 54 1A 37 13F 49 1A
Octal 163 22 125 0 124 32 67 477 111 32
Binary 1110011 10010 1010101 0 1010100 11010 110111 100111111 1001001 11010

Color Harmonies of #731255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731255

Black with #731255

Text Example


Text Example

White with #731255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731255; }

 p { color: rgb(115,18,85); }

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

background-color css

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

 a { background-color: rgb(115,18,85); }

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

border-color css

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

 span { border-color: rgb(115,18,85); }

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