#83003a

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

Shades of Burgundy #83003A

Tints of Burgundy #83003A

Color information

#83003A (or 0x83003A) is unknown color: approx Burgundy. HEX triplet: 83, 00 and 3A. RGB value is (131,0,58). Sum of RGB (Red+Green+Blue) = 131+0+58=189 (25% of max value = 765). Red value is 131 (51.56% from 255 or 69.31% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 131 - color contains mainly: red. Hex color #83003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83003A is #7CFFC5. Grayscale: #2D2D2D. Windows color (decimal): -8191942 or 3801219. OLE color: 3801219.

HSL color Cylindrical-coordinate representation of color #83003A: hue angle of 333.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83003A is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB131058-
CMYK010.560.49
HSL333.44º100%25.69%-
HSV(B)333.44º100%51.37%-
XYZ10.125.134.46-
YUV45.78134.9188.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 69.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=69.31%
G=0%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131058010.560.49333.4410025.69
Hex8303A064383114d641a
Octal2030720144706151514432
Binary10000011011101001100100111000110001101001101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83003a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83003a; }

 p { color: rgb(131,0,58); }

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

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

 a { background-color: rgb(131,0,58); }

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

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

 span { border-color: rgb(131,0,58); }

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