Html Css Color HEX #831033 Burgundy

📋 copy color: '#831033'

red 131 ◦ green 16 ◦ blue 51

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

Shades of Burgundy #831033

Tints of Burgundy #831033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.08%

 BLUE value IS 51 (20.31% from 255) = 25.76%

R = 66.16%
G = 8.08%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#831033 (or 0x831033) is known color: Burgundy. HEX triplet: 83, 10 and 33. RGB value is (131,16,51). Sum of RGB (Red+Green+Blue) = 131+16+51=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #831033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831033 is #7CEFCC. Grayscale: #363636. Windows color (decimal): -8187853 or 3346563. OLE color: 3346563.

HSL color Cylindrical-coordinate representation of color #831033: hue angle of 341.74º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831033 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 51 -
CMYK 0 0.88 0.61 0.49
HSL 341.74º 0.78% 0.29% -
HSV(B) 341.74º 0.88% 0.51% -
XYZ 10.14 5.43 3.65 -
YUV 54.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 131 16 51 0 0.88 0.61 0.49 341.74 0.78 0.29
Hex 83 10 33 0 58 3D 31 156 4E 1D
Octal 203 20 63 0 130 75 61 526 116 35
Binary 10000011 10000 110011 0 1011000 111101 110001 101010110 1001110 11101

Color Harmonies of #831033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831033

Black with #831033

Text Example


Text Example

White with #831033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831033; }

 p { color: rgb(131,16,51); }

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

background-color css

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

 a { background-color: rgb(131,16,51); }

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

border-color css

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

 span { border-color: rgb(131,16,51); }

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