Html Css Color HEX #831447 Pompadour

📋 copy color: '#831447'

red 131 ◦ green 20 ◦ blue 71

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

Shades of Pompadour #831447

Tints of Pompadour #831447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31.98%

R = 59.01%
G = 9.01%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#831447 (or 0x831447) is known color: Pompadour. HEX triplet: 83, 14 and 47. RGB value is (131,20,71). Sum of RGB (Red+Green+Blue) = 131+20+71=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #831447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831447 is #7CEBB8. Grayscale: #3A3A3A. Windows color (decimal): -8186809 or 4658307. OLE color: 4658307.

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

Color convert

RGB 131 20 71 -
CMYK 0 0.85 0.46 0.49
HSL 332.43º 0.74% 0.3% -
HSV(B) 332.43º 0.85% 0.51% -
XYZ 10.75 5.78 6.51 -
YUV 59 134.77 179.35 -
System Red Green Blue C M Y K H S L
Decimal 131 20 71 0 0.85 0.46 0.49 332.43 0.74 0.3
Hex 83 14 47 0 55 2E 31 14C 4A 1E
Octal 203 24 107 0 125 56 61 514 112 36
Binary 10000011 10100 1000111 0 1010101 101110 110001 101001100 1001010 11110

Color Harmonies of #831447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831447

Black with #831447

Text Example


Text Example

White with #831447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831447; }

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

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

background-color css

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

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

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

border-color css

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

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

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