#830E51

Color #830E51 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #830E51

Tints of Pompadour #830E51

Color information

#830E51 (or 0x830E51) is unknown color: approx Pompadour. HEX triplet: 83, 0E and 51. RGB value is (131,14,81). Sum of RGB (Red+Green+Blue) = 131+14+81=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #830E51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830E51 is #7CF1AE. Grayscale: #383838. Windows color (decimal): -8188335 or 5312131. OLE color: 5312131.

HSL color Cylindrical-coordinate representation of color #830E51: hue angle of 325.64º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830E51 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1311481-
CMYK00.890.380.49
HSL325.64º80.69%28.43%-
HSV(B)325.64º89.31%51.37%-
XYZ115.738.31-
YUV56.62141.76181.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.96%
GREEN value IS 14 (5.86% from 255) = 6.19%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=57.96%
G=6.19%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131148100.890.380.49325.6480.6928.43
Hex83E510592631146511c
Octal203161210131466150612134
Binary100000111110101000101011001100110110001101000110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830E51; }

 p { color: rgb(131,14,81); }

 H1.HeaderClassName
 {
   color: #830E51;
 }
 .AnyTagClassName
 {
   color: #830E51;
 }
</style>
background-color css

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

 a { background-color: rgb(131,14,81); }

 div.DivClassName
 {
   background-color: #830E51;
 }
 .BgClassName
 {
   background-color: #830E51;
 }
</style>
border-color css

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

 span { border-color: rgb(131,14,81); }

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