Html Css Color HEX #831448 Pompadour

📋 copy color: '#831448'

red 131 ◦ green 20 ◦ blue 72

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

Shades of Pompadour #831448

Tints of Pompadour #831448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.97%

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

R = 58.74%
G = 8.97%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#831448 (or 0x831448) is known color: Pompadour. HEX triplet: 83, 14 and 48. RGB value is (131,20,72). Sum of RGB (Red+Green+Blue) = 131+20+72=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #831448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831448 is #7CEBB7. Grayscale: #3B3B3B. Windows color (decimal): -8186808 or 4723843. OLE color: 4723843.

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

Color convert

RGB 131 20 72 -
CMYK 0 0.85 0.45 0.49
HSL 331.89º 0.74% 0.3% -
HSV(B) 331.89º 0.85% 0.51% -
XYZ 10.78 5.79 6.68 -
YUV 59.12 135.27 179.27 -
System Red Green Blue C M Y K H S L
Decimal 131 20 72 0 0.85 0.45 0.49 331.89 0.74 0.3
Hex 83 14 48 0 55 2D 31 14C 4A 1E
Octal 203 24 110 0 125 55 61 514 112 36
Binary 10000011 10100 1001000 0 1010101 101101 110001 101001100 1001010 11110

Color Harmonies of #831448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831448

Black with #831448

Text Example


Text Example

White with #831448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831448; }

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

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

background-color css

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

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

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

border-color css

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

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

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