Html Css Color HEX #731750 Pompadour

📋 copy color: '#731750'

red 115 ◦ green 23 ◦ blue 80

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

Shades of Pompadour #731750

Tints of Pompadour #731750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 52.75%
G = 10.55%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#731750 (or 0x731750) is known color: Pompadour. HEX triplet: 73, 17 and 50. RGB value is (115,23,80). Sum of RGB (Red+Green+Blue) = 115+23+80=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #731750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731750 is #8CE8AF. Grayscale: #383838. Windows color (decimal): -9234608 or 5248883. OLE color: 5248883.

HSL color Cylindrical-coordinate representation of color #731750: hue angle of 322.83º 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 #731750 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 80 -
CMYK 0 0.80 0.30 0.55
HSL 322.83º 0.67% 0.27% -
HSV(B) 322.83º 0.8% 0.45% -
XYZ 8.82 4.84 8.06 -
YUV 57.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 115 23 80 0 0.80 0.30 0.55 322.83 0.67 0.27
Hex 73 17 50 0 50 1E 37 143 43 1B
Octal 163 27 120 0 120 36 67 503 103 33
Binary 1110011 10111 1010000 0 1010000 11110 110111 101000011 1000011 11011

Color Harmonies of #731750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731750

Black with #731750

Text Example


Text Example

White with #731750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731750; }

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

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

background-color css

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

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

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

border-color css

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

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

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