#830F4B

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

Shades of Pompadour #830F4B

Tints of Pompadour #830F4B

Color information

#830F4B (or 0x830F4B) is unknown color: approx Pompadour. HEX triplet: 83, 0F and 4B. RGB value is (131,15,75). Sum of RGB (Red+Green+Blue) = 131+15+75=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #830F4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830F4B is #7CF0B4. Grayscale: #383838. Windows color (decimal): -8188085 or 4919171. OLE color: 4919171.

HSL color Cylindrical-coordinate representation of color #830F4B: hue angle of 328.97º 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 #830F4B is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1311575-
CMYK00.890.430.49
HSL328.97º79.45%28.63%-
HSV(B)328.97º88.55%51.37%-
XYZ10.85.677.18-
YUV56.52138.43181.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.28%
GREEN value IS 15 (6.25% from 255) = 6.79%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=59.28%
G=6.79%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131157500.890.430.49328.9779.4528.63
Hex83F4B0592B311494f1d
Octal203171130131536151111735
Binary100000111111100101101011001101011110001101001001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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