Html Css Color HEX #731D55 Pompadour

📋 copy color: '#731D55'

red 115 ◦ green 29 ◦ blue 85

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

Shades of Pompadour #731D55

Tints of Pompadour #731D55

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.66%

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

R = 50.22%
G = 12.66%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#731D55 (or 0x731D55) is known color: Pompadour. HEX triplet: 73, 1D and 55. RGB value is (115,29,85). Sum of RGB (Red+Green+Blue) = 115+29+85=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #731D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D55 is #8CE2AA. Grayscale: #3C3C3C. Windows color (decimal): -9233067 or 5578099. OLE color: 5578099.

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

Color convert

RGB 115 29 85 -
CMYK 0 0.75 0.26 0.55
HSL 320.93º 0.6% 0.28% -
HSV(B) 320.93º 0.75% 0.45% -
XYZ 9.15 5.18 9.11 -
YUV 61.1 141.49 166.45 -
System Red Green Blue C M Y K H S L
Decimal 115 29 85 0 0.75 0.26 0.55 320.93 0.6 0.28
Hex 73 1D 55 0 4B 1A 37 141 3C 1C
Octal 163 35 125 0 113 32 67 501 74 34
Binary 1110011 11101 1010101 0 1001011 11010 110111 101000001 111100 11100

Color Harmonies of #731D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D55

Black with #731D55

Text Example


Text Example

White with #731D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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