Html Css Color HEX #831050 Pompadour

📋 copy color: '#831050'

red 131 ◦ green 16 ◦ blue 80

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

Shades of Pompadour #831050

Tints of Pompadour #831050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.24%

R = 57.71%
G = 7.05%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#831050 (or 0x831050) is known color: Pompadour. HEX triplet: 83, 10 and 50. RGB value is (131,16,80). Sum of RGB (Red+Green+Blue) = 131+16+80=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #831050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831050 is #7CEFAF. Grayscale: #393939. Windows color (decimal): -8187824 or 5247107. OLE color: 5247107.

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

Color convert

RGB 131 16 80 -
CMYK 0 0.88 0.39 0.49
HSL 326.61º 0.78% 0.29% -
HSV(B) 326.61º 0.88% 0.51% -
XYZ 10.99 5.78 8.12 -
YUV 57.68 140.6 180.3 -
System Red Green Blue C M Y K H S L
Decimal 131 16 80 0 0.88 0.39 0.49 326.61 0.78 0.29
Hex 83 10 50 0 58 27 31 147 4E 1D
Octal 203 20 120 0 130 47 61 507 116 35
Binary 10000011 10000 1010000 0 1011000 100111 110001 101000111 1001110 11101

Color Harmonies of #831050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831050

Black with #831050

Text Example


Text Example

White with #831050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831050; }

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

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

background-color css

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

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

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

border-color css

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

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

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