Html Css Color HEX #731B55 Pompadour

📋 copy color: '#731B55'

red 115 ◦ green 27 ◦ blue 85

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

Shades of Pompadour #731B55

Tints of Pompadour #731B55

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.89%

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

R = 50.66%
G = 11.89%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#731B55 (or 0x731B55) is known color: Pompadour. HEX triplet: 73, 1B and 55. RGB value is (115,27,85). Sum of RGB (Red+Green+Blue) = 115+27+85=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #731B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731B55 is #8CE4AA. Grayscale: #3B3B3B. Windows color (decimal): -9233579 or 5577587. OLE color: 5577587.

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

Color convert

RGB 115 27 85 -
CMYK 0 0.77 0.26 0.55
HSL 320.45º 0.62% 0.28% -
HSV(B) 320.45º 0.77% 0.45% -
XYZ 9.1 5.08 9.1 -
YUV 59.92 142.15 167.28 -
System Red Green Blue C M Y K H S L
Decimal 115 27 85 0 0.77 0.26 0.55 320.45 0.62 0.28
Hex 73 1B 55 0 4D 1A 37 140 3E 1C
Octal 163 33 125 0 115 32 67 500 76 34
Binary 1110011 11011 1010101 0 1001101 11010 110111 101000000 111110 11100

Color Harmonies of #731B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731B55

Black with #731B55

Text Example


Text Example

White with #731B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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