#830F4C

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

Shades of Pompadour #830F4C

Tints of Pompadour #830F4C

Color information

#830F4C (or 0x830F4C) is unknown color: approx Pompadour. HEX triplet: 83, 0F and 4C. RGB value is (131,15,76). Sum of RGB (Red+Green+Blue) = 131+15+76=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #830F4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830F4C is #7CF0B3. Grayscale: #383838. Windows color (decimal): -8188084 or 4984707. OLE color: 4984707.

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

Color convert

RGB1311576-
CMYK00.890.420.49
HSL328.45º79.45%28.63%-
HSV(B)328.45º88.55%51.37%-
XYZ10.845.697.36-
YUV56.64138.93181.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.01%
GREEN value IS 15 (6.25% from 255) = 6.76%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=59.01%
G=6.76%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131157600.890.420.49328.4579.4528.63
Hex83F4C0592A311484f1d
Octal203171140131526151011735
Binary100000111111100110001011001101010110001101001000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,15,76); }

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

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

 a { background-color: rgb(131,15,76); }

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

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

 span { border-color: rgb(131,15,76); }

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