#830f42

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

Shades of Pompadour #830F42

Tints of Pompadour #830F42

Color information

#830F42 (or 0x830F42) is unknown color: approx Pompadour. HEX triplet: 83, 0F and 42. RGB value is (131,15,66). Sum of RGB (Red+Green+Blue) = 131+15+66=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #830F42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830F42 is #7CF0BD. Grayscale: #373737. Windows color (decimal): -8188094 or 4329347. OLE color: 4329347.

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

Color convert

RGB1311566-
CMYK00.890.500.49
HSL333.62º79.45%28.63%-
HSV(B)333.62º88.55%51.37%-
XYZ10.515.565.67-
YUV55.5133.93181.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.79%
GREEN value IS 15 (6.25% from 255) = 7.08%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=61.79%
G=7.08%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131156600.890.500.49333.6279.4528.63
Hex83F42059323114e4f1d
Octal203171020131626151611735
Binary100000111111100001001011001110010110001101001110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830f42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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