Html Css Color HEX #831041 Pompadour

📋 copy color: '#831041'

red 131 ◦ green 16 ◦ blue 65

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

Shades of Pompadour #831041

Tints of Pompadour #831041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.66%

R = 61.79%
G = 7.55%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#831041 (or 0x831041) is known color: Pompadour. HEX triplet: 83, 10 and 41. RGB value is (131,16,65). Sum of RGB (Red+Green+Blue) = 131+16+65=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #831041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831041 is #7CEFBE. Grayscale: #373737. Windows color (decimal): -8187839 or 4264067. OLE color: 4264067.

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

Color convert

RGB 131 16 65 -
CMYK 0 0.88 0.50 0.49
HSL 334.43º 0.78% 0.29% -
HSV(B) 334.43º 0.88% 0.51% -
XYZ 10.5 5.58 5.52 -
YUV 55.97 133.1 181.52 -
System Red Green Blue C M Y K H S L
Decimal 131 16 65 0 0.88 0.50 0.49 334.43 0.78 0.29
Hex 83 10 41 0 58 32 31 14E 4E 1D
Octal 203 20 101 0 130 62 61 516 116 35
Binary 10000011 10000 1000001 0 1011000 110010 110001 101001110 1001110 11101

Color Harmonies of #831041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831041

Black with #831041

Text Example


Text Example

White with #831041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831041; }

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

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

background-color css

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

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

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

border-color css

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

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

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