Html Css Color HEX #831248 Pompadour

📋 copy color: '#831248'

red 131 ◦ green 18 ◦ blue 72

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

Shades of Pompadour #831248

Tints of Pompadour #831248

RGB

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

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

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

R = 59.28%
G = 8.14%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#831248 (or 0x831248) is known color: Pompadour. HEX triplet: 83, 12 and 48. RGB value is (131,18,72). Sum of RGB (Red+Green+Blue) = 131+18+72=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #831248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831248 is #7CEDB7. Grayscale: #393939. Windows color (decimal): -8187320 or 4723331. OLE color: 4723331.

HSL color Cylindrical-coordinate representation of color #831248: hue angle of 331.33º 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 #831248 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 72 -
CMYK 0 0.86 0.45 0.49
HSL 331.33º 0.76% 0.29% -
HSV(B) 331.33º 0.86% 0.51% -
XYZ 10.75 5.73 6.67 -
YUV 57.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 131 18 72 0 0.86 0.45 0.49 331.33 0.76 0.29
Hex 83 12 48 0 56 2D 31 14B 4C 1D
Octal 203 22 110 0 126 55 61 513 114 35
Binary 10000011 10010 1001000 0 1010110 101101 110001 101001011 1001100 11101

Color Harmonies of #831248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831248

Black with #831248

Text Example


Text Example

White with #831248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831248; }

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

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

background-color css

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

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

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

border-color css

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

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

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