Html Css Color HEX #831027 Burgundy

📋 copy color: '#831027'

red 131 ◦ green 16 ◦ blue 39

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

Shades of Burgundy #831027

Tints of Burgundy #831027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.97%

R = 70.43%
G = 8.6%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#831027 (or 0x831027) is known color: Burgundy. HEX triplet: 83, 10 and 27. RGB value is (131,16,39). Sum of RGB (Red+Green+Blue) = 131+16+39=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #831027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831027 is #7CEFD8. Grayscale: #353535. Windows color (decimal): -8187865 or 2560131. OLE color: 2560131.

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

Color convert

RGB 131 16 39 -
CMYK 0 0.88 0.70 0.49
HSL 348º 0.78% 0.29% -
HSV(B) 348º 0.88% 0.51% -
XYZ 9.91 5.34 2.43 -
YUV 53.01 120.1 183.63 -
System Red Green Blue C M Y K H S L
Decimal 131 16 39 0 0.88 0.70 0.49 348 0.78 0.29
Hex 83 10 27 0 58 46 31 15C 4E 1D
Octal 203 20 47 0 130 106 61 534 116 35
Binary 10000011 10000 100111 0 1011000 1000110 110001 101011100 1001110 11101

Color Harmonies of #831027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831027

Black with #831027

Text Example


Text Example

White with #831027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831027; }

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

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

background-color css

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

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

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

border-color css

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

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

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