Html Css Color HEX #731755 Pompadour

📋 copy color: '#731755'

red 115 ◦ green 23 ◦ blue 85

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

Shades of Pompadour #731755

Tints of Pompadour #731755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 51.57%
G = 10.31%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#731755 (or 0x731755) is known color: Pompadour. HEX triplet: 73, 17 and 55. RGB value is (115,23,85). Sum of RGB (Red+Green+Blue) = 115+23+85=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #731755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731755 is #8CE8AA. Grayscale: #393939. Windows color (decimal): -9234603 or 5576563. OLE color: 5576563.

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

Color convert

RGB 115 23 85 -
CMYK 0 0.80 0.26 0.55
HSL 319.57º 0.67% 0.27% -
HSV(B) 319.57º 0.8% 0.45% -
XYZ 9.02 4.91 9.07 -
YUV 57.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 115 23 85 0 0.80 0.26 0.55 319.57 0.67 0.27
Hex 73 17 55 0 50 1A 37 140 43 1B
Octal 163 27 125 0 120 32 67 500 103 33
Binary 1110011 10111 1010101 0 1010000 11010 110111 101000000 1000011 11011

Color Harmonies of #731755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731755

Black with #731755

Text Example


Text Example

White with #731755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731755; }

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

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

background-color css

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

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

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

border-color css

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

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

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