Html Css Color HEX #831046 Pompadour

📋 copy color: '#831046'

red 131 ◦ green 16 ◦ blue 70

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

Shades of Pompadour #831046

Tints of Pompadour #831046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.26%

R = 60.37%
G = 7.37%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#831046 (or 0x831046) is known color: Pompadour. HEX triplet: 83, 10 and 46. RGB value is (131,16,70). Sum of RGB (Red+Green+Blue) = 131+16+70=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #831046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831046 is #7CEFB9. Grayscale: #383838. Windows color (decimal): -8187834 or 4591747. OLE color: 4591747.

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

Color convert

RGB 131 16 70 -
CMYK 0 0.88 0.47 0.49
HSL 331.83º 0.78% 0.29% -
HSV(B) 331.83º 0.88% 0.51% -
XYZ 10.65 5.64 6.32 -
YUV 56.54 135.6 181.11 -
System Red Green Blue C M Y K H S L
Decimal 131 16 70 0 0.88 0.47 0.49 331.83 0.78 0.29
Hex 83 10 46 0 58 2F 31 14C 4E 1D
Octal 203 20 106 0 130 57 61 514 116 35
Binary 10000011 10000 1000110 0 1011000 101111 110001 101001100 1001110 11101

Color Harmonies of #831046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831046

Black with #831046

Text Example


Text Example

White with #831046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831046; }

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

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

background-color css

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

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

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

border-color css

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

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

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