Html Css Color HEX #831048 Pompadour

📋 copy color: '#831048'

red 131 ◦ green 16 ◦ blue 72

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

Shades of Pompadour #831048

Tints of Pompadour #831048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

 BLUE value IS 72 (28.52% from 255) = 32.88%

R = 59.82%
G = 7.31%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#831048 (or 0x831048) is known color: Pompadour. HEX triplet: 83, 10 and 48. RGB value is (131,16,72). Sum of RGB (Red+Green+Blue) = 131+16+72=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #831048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831048 is #7CEFB7. Grayscale: #383838. Windows color (decimal): -8187832 or 4722819. OLE color: 4722819.

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

Color convert

RGB 131 16 72 -
CMYK 0 0.88 0.45 0.49
HSL 330.78º 0.78% 0.29% -
HSV(B) 330.78º 0.88% 0.51% -
XYZ 10.72 5.66 6.66 -
YUV 56.77 136.6 180.95 -
System Red Green Blue C M Y K H S L
Decimal 131 16 72 0 0.88 0.45 0.49 330.78 0.78 0.29
Hex 83 10 48 0 58 2D 31 14B 4E 1D
Octal 203 20 110 0 130 55 61 513 116 35
Binary 10000011 10000 1001000 0 1011000 101101 110001 101001011 1001110 11101

Color Harmonies of #831048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831048

Black with #831048

Text Example


Text Example

White with #831048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831048; }

 p { color: rgb(131,16,72); }

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

background-color css

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

 a { background-color: rgb(131,16,72); }

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

border-color css

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

 span { border-color: rgb(131,16,72); }

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