Html Css Color HEX #831249 Pompadour

📋 copy color: '#831249'

red 131 ◦ green 18 ◦ blue 73

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

Shades of Pompadour #831249

Tints of Pompadour #831249

RGB

 RED value IS 131 (51.56% from 255) = 59.01%

 GREEN value IS 18 (7.42% from 255) = 8.11%

 BLUE value IS 73 (28.91% from 255) = 32.88%

R = 59.01%
G = 8.11%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#831249 (or 0x831249) is known color: Pompadour. HEX triplet: 83, 12 and 49. RGB value is (131,18,73). Sum of RGB (Red+Green+Blue) = 131+18+73=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #831249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831249 is #7CEDB6. Grayscale: #393939. Windows color (decimal): -8187319 or 4788867. OLE color: 4788867.

HSL color Cylindrical-coordinate representation of color #831249: hue angle of 330.8º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831249 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 73 -
CMYK 0 0.86 0.44 0.49
HSL 330.8º 0.76% 0.29% -
HSV(B) 330.8º 0.86% 0.51% -
XYZ 10.78 5.74 6.84 -
YUV 58.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 131 18 73 0 0.86 0.44 0.49 330.8 0.76 0.29
Hex 83 12 49 0 56 2C 31 14B 4C 1D
Octal 203 22 111 0 126 54 61 513 114 35
Binary 10000011 10010 1001001 0 1010110 101100 110001 101001011 1001100 11101

Color Harmonies of #831249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831249

Black with #831249

Text Example


Text Example

White with #831249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831249; }

 p { color: rgb(131,18,73); }

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

background-color css

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

 a { background-color: rgb(131,18,73); }

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

border-color css

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

 span { border-color: rgb(131,18,73); }

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