Html Css Color HEX #731850 Pompadour

📋 copy color: '#731850'

red 115 ◦ green 24 ◦ blue 80

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

Shades of Pompadour #731850

Tints of Pompadour #731850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

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

R = 52.51%
G = 10.96%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#731850 (or 0x731850) is known color: Pompadour. HEX triplet: 73, 18 and 50. RGB value is (115,24,80). Sum of RGB (Red+Green+Blue) = 115+24+80=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #731850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731850 is #8CE7AF. Grayscale: #393939. Windows color (decimal): -9234352 or 5249139. OLE color: 5249139.

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

Color convert

RGB 115 24 80 -
CMYK 0 0.79 0.30 0.55
HSL 323.08º 0.65% 0.27% -
HSV(B) 323.08º 0.79% 0.45% -
XYZ 8.84 4.88 8.06 -
YUV 57.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 115 24 80 0 0.79 0.30 0.55 323.08 0.65 0.27
Hex 73 18 50 0 4F 1E 37 143 41 1B
Octal 163 30 120 0 117 36 67 503 101 33
Binary 1110011 11000 1010000 0 1001111 11110 110111 101000011 1000001 11011

Color Harmonies of #731850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731850

Black with #731850

Text Example


Text Example

White with #731850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731850; }

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

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

background-color css

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

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

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

border-color css

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

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

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