Html Css Color HEX #83032B Burgundy

📋 copy color: '#83032B'

red 131 ◦ green 3 ◦ blue 43

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

Shades of Burgundy #83032B

Tints of Burgundy #83032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 74.01%
G = 1.69%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83032B (or 0x83032B) is known color: Burgundy. HEX triplet: 83, 03 and 2B. RGB value is (131,3,43). Sum of RGB (Red+Green+Blue) = 131+3+43=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #83032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83032B is #7CFCD4. Grayscale: #2D2D2D. Windows color (decimal): -8191189 or 2818947. OLE color: 2818947.

HSL color Cylindrical-coordinate representation of color #83032B: hue angle of 341.25º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83032B is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 3 43 -
CMYK 0 0.98 0.67 0.49
HSL 341.25º 0.96% 0.26% -
HSV(B) 341.25º 0.98% 0.51% -
XYZ 9.83 5.06 2.75 -
YUV 45.83 126.41 188.75 -
System Red Green Blue C M Y K H S L
Decimal 131 3 43 0 0.98 0.67 0.49 341.25 0.96 0.26
Hex 83 3 2B 0 62 43 31 155 60 1A
Octal 203 3 53 0 142 103 61 525 140 32
Binary 10000011 11 101011 0 1100010 1000011 110001 101010101 1100000 11010

Color Harmonies of #83032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83032B

Black with #83032B

Text Example


Text Example

White with #83032B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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