Html Css Color HEX #83052B Burgundy

📋 copy color: '#83052B'

red 131 ◦ green 5 ◦ blue 43

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

Shades of Burgundy #83052B

Tints of Burgundy #83052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.02%

R = 73.18%
G = 2.79%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83052B (or 0x83052B) is known color: Burgundy. HEX triplet: 83, 05 and 2B. RGB value is (131,5,43). Sum of RGB (Red+Green+Blue) = 131+5+43=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #83052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83052B is #7CFAD4. Grayscale: #2E2E2E. Windows color (decimal): -8190677 or 2819459. OLE color: 2819459.

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

Color convert

RGB 131 5 43 -
CMYK 0 0.96 0.67 0.49
HSL 341.9º 0.93% 0.27% -
HSV(B) 341.9º 0.96% 0.51% -
XYZ 9.85 5.11 2.75 -
YUV 47.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 131 5 43 0 0.96 0.67 0.49 341.9 0.93 0.27
Hex 83 5 2B 0 60 43 31 156 5D 1B
Octal 203 5 53 0 140 103 61 526 135 33
Binary 10000011 101 101011 0 1100000 1000011 110001 101010110 1011101 11011

Color Harmonies of #83052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83052B

Black with #83052B

Text Example


Text Example

White with #83052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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