#930F32

Color #930F32 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #930F32

Tints of Burgundy #930F32

Color information

#930F32 (or 0x930F32) is unknown color: approx Burgundy. HEX triplet: 93, 0F and 32. RGB value is (147,15,50). Sum of RGB (Red+Green+Blue) = 147+15+50=212 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.34% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 147 - color contains mainly: red. Hex color #930F32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930F32 is #6CF0CD. Grayscale: #3A3A3A. Windows color (decimal): -7139534 or 3280787. OLE color: 3280787.

HSL color Cylindrical-coordinate representation of color #930F32: hue angle of 344.09º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F32 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1471550-
CMYK00.900.660.42
HSL344.09º81.48%31.76%-
HSV(B)344.09º89.8%57.65%-
XYZ12.786.773.65-
YUV58.46123.23191.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.34%
GREEN value IS 15 (6.25% from 255) = 7.08%
BLUE value IS 50 (19.92% from 255) = 23.58%
R=69.34%
G=7.08%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147155000.900.660.42344.0981.4831.76
Hex93F3205A422A1585120
Octal223176201321025253012140
Binary1001001111111100100101101010000101010101010110001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930F32; }

 p { color: rgb(147,15,50); }

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

<style>
 a { background-color: #930F32; }

 a { background-color: rgb(147,15,50); }

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

<style>
 span { border-color: #930F32; }

 span { border-color: rgb(147,15,50); }

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