#830B4D

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

Shades of Pompadour #830B4D

Tints of Pompadour #830B4D

Color information

#830B4D (or 0x830B4D) is unknown color: approx Pompadour. HEX triplet: 83, 0B and 4D. RGB value is (131,11,77). Sum of RGB (Red+Green+Blue) = 131+11+77=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #830B4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830B4D is #7CF4B2. Grayscale: #363636. Windows color (decimal): -8189107 or 5049219. OLE color: 5049219.

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

Color convert

RGB1311177-
CMYK00.920.410.49
HSL327º84.51%27.84%-
HSV(B)327º91.6%51.37%-
XYZ10.825.67.53-
YUV54.4140.76182.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.82%
GREEN value IS 11 (4.69% from 255) = 5.02%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=59.82%
G=5.02%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131117700.920.410.4932784.5127.84
Hex83B4D05C2931147551c
Octal203131150134516150712534
Binary100000111011100110101011100101001110001101000111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,11,77); }

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

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

 a { background-color: rgb(131,11,77); }

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

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

 span { border-color: rgb(131,11,77); }

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