#830C4C

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

Shades of Pompadour #830C4C

Tints of Pompadour #830C4C

Color information

#830C4C (or 0x830C4C) is unknown color: approx Pompadour. HEX triplet: 83, 0C and 4C. RGB value is (131,12,76). Sum of RGB (Red+Green+Blue) = 131+12+76=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #830C4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830C4C is #7CF3B3. Grayscale: #363636. Windows color (decimal): -8188852 or 4983939. OLE color: 4983939.

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

Color convert

RGB1311276-
CMYK00.910.420.49
HSL327.73º83.22%28.04%-
HSV(B)327.73º90.84%51.37%-
XYZ10.85.617.35-
YUV54.88139.92182.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.82%
GREEN value IS 12 (5.08% from 255) = 5.48%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=59.82%
G=5.48%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131127600.910.420.49327.7383.2228.04
Hex83C4C05B2A31148531c
Octal203141140133526151012334
Binary100000111100100110001011011101010110001101001000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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