#930130

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

Shades of Burgundy #930130

Tints of Burgundy #930130

Color information

#930130 (or 0x930130) is unknown color: approx Burgundy. HEX triplet: 93, 01 and 30. RGB value is (147,1,48). Sum of RGB (Red+Green+Blue) = 147+1+48=196 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 147 - color contains mainly: red. Hex color #930130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930130 is #6CFECF. Grayscale: #313131. Windows color (decimal): -7143120 or 3146131. OLE color: 3146131.

HSL color Cylindrical-coordinate representation of color #930130: hue angle of 340.68º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930130 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB147148-
CMYK00.990.670.42
HSL340.68º98.65%29.02%-
HSV(B)340.68º99.32%57.65%-
XYZ12.586.443.38-
YUV50.01126.87197.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=75%
G=0.51%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714800.990.670.42340.6898.6529.02
Hex93130063432A155631d
Octal22316001431035252514335
Binary100100111110000011000111000011101010101010101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930130; }

 p { color: rgb(147,1,48); }

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

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

 a { background-color: rgb(147,1,48); }

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

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

 span { border-color: rgb(147,1,48); }

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