Html Css Color HEX #831026 Burgundy

📋 copy color: '#831026'

red 131 ◦ green 16 ◦ blue 38

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

Shades of Burgundy #831026

Tints of Burgundy #831026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.54%

R = 70.81%
G = 8.65%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#831026 (or 0x831026) is known color: Burgundy. HEX triplet: 83, 10 and 26. RGB value is (131,16,38). Sum of RGB (Red+Green+Blue) = 131+16+38=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #831026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831026 is #7CEFD9. Grayscale: #343434. Windows color (decimal): -8187866 or 2494595. OLE color: 2494595.

HSL color Cylindrical-coordinate representation of color #831026: hue angle of 348.52º 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 #831026 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 38 -
CMYK 0 0.88 0.71 0.49
HSL 348.52º 0.78% 0.29% -
HSV(B) 348.52º 0.88% 0.51% -
XYZ 9.9 5.34 2.34 -
YUV 52.89 119.6 183.71 -
System Red Green Blue C M Y K H S L
Decimal 131 16 38 0 0.88 0.71 0.49 348.52 0.78 0.29
Hex 83 10 26 0 58 47 31 15D 4E 1D
Octal 203 20 46 0 130 107 61 535 116 35
Binary 10000011 10000 100110 0 1011000 1000111 110001 101011101 1001110 11101

Color Harmonies of #831026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831026

Black with #831026

Text Example


Text Example

White with #831026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831026; }

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

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

background-color css

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

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

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

border-color css

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

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

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