Html Css Color HEX #731650 Pompadour

📋 copy color: '#731650'

red 115 ◦ green 22 ◦ blue 80

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

Shades of Pompadour #731650

Tints of Pompadour #731650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.14%

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

R = 53%
G = 10.14%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#731650 (or 0x731650) is known color: Pompadour. HEX triplet: 73, 16 and 50. RGB value is (115,22,80). Sum of RGB (Red+Green+Blue) = 115+22+80=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #731650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731650 is #8CE9AF. Grayscale: #383838. Windows color (decimal): -9234864 or 5248627. OLE color: 5248627.

HSL color Cylindrical-coordinate representation of color #731650: hue angle of 322.58º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731650 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 22 80 -
CMYK 0 0.81 0.30 0.55
HSL 322.58º 0.68% 0.27% -
HSV(B) 322.58º 0.81% 0.45% -
XYZ 8.81 4.8 8.05 -
YUV 56.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 115 22 80 0 0.81 0.30 0.55 322.58 0.68 0.27
Hex 73 16 50 0 51 1E 37 143 44 1B
Octal 163 26 120 0 121 36 67 503 104 33
Binary 1110011 10110 1010000 0 1010001 11110 110111 101000011 1000100 11011

Color Harmonies of #731650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731650

Black with #731650

Text Example


Text Example

White with #731650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731650; }

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

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

background-color css

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

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

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

border-color css

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

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

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