#830D40

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

Shades of Pompadour #830D40

Tints of Pompadour #830D40

Color information

#830D40 (or 0x830D40) is unknown color: approx Pompadour. HEX triplet: 83, 0D and 40. RGB value is (131,13,64). Sum of RGB (Red+Green+Blue) = 131+13+64=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #830D40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830D40 is #7CF2BF. Grayscale: #363636. Windows color (decimal): -8188608 or 4197763. OLE color: 4197763.

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

Color convert

RGB1311364-
CMYK00.900.510.49
HSL334.07º81.94%28.24%-
HSV(B)334.07º90.08%51.37%-
XYZ10.435.485.36-
YUV54.1133.59182.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.98%
GREEN value IS 13 (5.47% from 255) = 6.25%
BLUE value IS 64 (25.39% from 255) = 30.77%
R=62.98%
G=6.25%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131136400.900.510.49334.0781.9428.24
Hex83D4005A333114e521c
Octal203151000132636151612234
Binary100000111101100000001011010110011110001101001110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,13,64); }

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

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

 a { background-color: rgb(131,13,64); }

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

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

 span { border-color: rgb(131,13,64); }

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