Html Css Color HEX #83053A Burgundy

📋 copy color: '#83053A'

red 131 ◦ green 5 ◦ blue 58

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

Shades of Burgundy #83053A

Tints of Burgundy #83053A

RGB

 RED value IS 131 (51.56% from 255) = 67.53%

 GREEN value IS 5 (2.34% from 255) = 2.58%

 BLUE value IS 58 (23.05% from 255) = 29.9%

R = 67.53%
G = 2.58%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83053A (or 0x83053A) is known color: Burgundy. HEX triplet: 83, 05 and 3A. RGB value is (131,5,58). Sum of RGB (Red+Green+Blue) = 131+5+58=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #83053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83053A is #7CFAC5. Grayscale: #303030. Windows color (decimal): -8190662 or 3802499. OLE color: 3802499.

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

Color convert

RGB 131 5 58 -
CMYK 0 0.96 0.56 0.49
HSL 334.76º 0.93% 0.27% -
HSV(B) 334.76º 0.96% 0.51% -
XYZ 10.18 5.24 4.48 -
YUV 48.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 131 5 58 0 0.96 0.56 0.49 334.76 0.93 0.27
Hex 83 5 3A 0 60 38 31 14F 5D 1B
Octal 203 5 72 0 140 70 61 517 135 33
Binary 10000011 101 111010 0 1100000 111000 110001 101001111 1011101 11011

Color Harmonies of #83053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83053A

Black with #83053A

Text Example


Text Example

White with #83053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83053A; }

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

 H1.HeaderClassName
 {
   color: #83053A;
 }
 .AnyTagClassName
 {
   color: #83053A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #83053A;
 }
 .BgClassName
 {
   background-color: #83053A;
 }
</style>

border-color css

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

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

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