Html Css Color HEX #83052F Burgundy

📋 copy color: '#83052F'

red 131 ◦ green 5 ◦ blue 47

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

Shades of Burgundy #83052F

Tints of Burgundy #83052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.68%

R = 71.58%
G = 2.73%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83052F (or 0x83052F) is known color: Burgundy. HEX triplet: 83, 05 and 2F. RGB value is (131,5,47). Sum of RGB (Red+Green+Blue) = 131+5+47=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #83052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83052F is #7CFAD0. Grayscale: #2F2F2F. Windows color (decimal): -8190673 or 3081603. OLE color: 3081603.

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

Color convert

RGB 131 5 47 -
CMYK 0 0.96 0.64 0.49
HSL 340º 0.93% 0.27% -
HSV(B) 340º 0.96% 0.51% -
XYZ 9.93 5.14 3.16 -
YUV 47.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 131 5 47 0 0.96 0.64 0.49 340 0.93 0.27
Hex 83 5 2F 0 60 40 31 154 5D 1B
Octal 203 5 57 0 140 100 61 524 135 33
Binary 10000011 101 101111 0 1100000 1000000 110001 101010100 1011101 11011

Color Harmonies of #83052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83052F

Black with #83052F

Text Example


Text Example

White with #83052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83052F; }

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

 H1.HeaderClassName
 {
   color: #83052F;
 }
 .AnyTagClassName
 {
   color: #83052F;
 }
</style>

background-color css

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

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

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

border-color css

<style>
 span { border-color: #83052F; }

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

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