Html Css Color HEX #83051E Burgundy

📋 copy color: '#83051E'

red 131 ◦ green 5 ◦ blue 30

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

Shades of Burgundy #83051E

Tints of Burgundy #83051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.07%

R = 78.92%
G = 3.01%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#83051E (or 0x83051E) is known color: Burgundy. HEX triplet: 83, 05 and 1E. RGB value is (131,5,30). Sum of RGB (Red+Green+Blue) = 131+5+30=166 (21% of max value = 765). Red value is 131 (51.56% from 255 or 78.92% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 131 - color contains mainly: red. Hex color #83051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83051E is #7CFAE1. Grayscale: #2D2D2D. Windows color (decimal): -8190690 or 1967491. OLE color: 1967491.

HSL color Cylindrical-coordinate representation of color #83051E: hue angle of 348.1º 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 #83051E is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 30 -
CMYK 0 0.96 0.77 0.49
HSL 348.1º 0.93% 0.27% -
HSV(B) 348.1º 0.96% 0.51% -
XYZ 9.65 5.03 1.69 -
YUV 45.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 131 5 30 0 0.96 0.77 0.49 348.1 0.93 0.27
Hex 83 5 1E 0 60 4D 31 15C 5D 1B
Octal 203 5 36 0 140 115 61 534 135 33
Binary 10000011 101 11110 0 1100000 1001101 110001 101011100 1011101 11011

Color Harmonies of #83051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83051E

Black with #83051E

Text Example


Text Example

White with #83051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83051E; }

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

 H1.HeaderClassName
 {
   color: #83051E;
 }
 .AnyTagClassName
 {
   color: #83051E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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