Html Css Color HEX #83003A Burgundy

📋 copy color: '#83003A'

red 131 ◦ green 0 ◦ blue 58

#83003A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #83003A

Tints of Burgundy #83003A

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 value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83003A (or 0x83003A) is known color: 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

RGB 131 0 58 -
CMYK 0 1 0.56 0.49
HSL 333.44º 1% 0.26% -
HSV(B) 333.44º 1% 0.51% -
XYZ 10.12 5.13 4.46 -
YUV 45.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 131 0 58 0 1 0.56 0.49 333.44 1 0.26
Hex 83 0 3A 0 64 38 31 14D 64 1A
Octal 203 0 72 0 144 70 61 515 144 32
Binary 10000011 0 111010 0 1100100 111000 110001 101001101 1100100 11010

Color Harmonies of #83003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83003A

Black with #83003A

Text Example


Text Example

White with #83003A

Text Example


Text Example

HTML Codes & Css Web 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>