#83093B

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

Shades of Burgundy #83093B

Tints of Burgundy #83093B

Color information

#83093B (or 0x83093B) is unknown color: approx Burgundy. HEX triplet: 83, 09 and 3B. RGB value is (131,9,59). Sum of RGB (Red+Green+Blue) = 131+9+59=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #83093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83093B is #7CF6C4. Grayscale: #333333. Windows color (decimal): -8189637 or 3869059. OLE color: 3869059.

HSL color Cylindrical-coordinate representation of color #83093B: hue angle of 335.41º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83093B is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB131959-
CMYK00.930.550.49
HSL335.41º87.14%27.45%-
HSV(B)335.41º93.13%51.37%-
XYZ10.255.344.63-
YUV51.18132.42184.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 65.83%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 59 (23.44% from 255) = 29.65%
R=65.83%
G=4.52%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13195900.930.550.49335.4187.1427.45
Hex8393B05D373114f571b
Octal20311730135676151712733
Binary10000011100111101101011101110111110001101001111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83093B; }

 p { color: rgb(131,9,59); }

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

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

 a { background-color: rgb(131,9,59); }

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

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

 span { border-color: rgb(131,9,59); }

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