Html Css Color HEX #831127 Burgundy

📋 copy color: '#831127'

red 131 ◦ green 17 ◦ blue 39

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

Shades of Burgundy #831127

Tints of Burgundy #831127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

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

R = 70.05%
G = 9.09%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#831127 (or 0x831127) is known color: Burgundy. HEX triplet: 83, 11 and 27. RGB value is (131,17,39). Sum of RGB (Red+Green+Blue) = 131+17+39=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #831127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831127 is #7CEED8. Grayscale: #353535. Windows color (decimal): -8187609 or 2560387. OLE color: 2560387.

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

Color convert

RGB 131 17 39 -
CMYK 0 0.87 0.70 0.49
HSL 348.42º 0.77% 0.29% -
HSV(B) 348.42º 0.87% 0.51% -
XYZ 9.93 5.37 2.43 -
YUV 53.59 119.77 183.21 -
System Red Green Blue C M Y K H S L
Decimal 131 17 39 0 0.87 0.70 0.49 348.42 0.77 0.29
Hex 83 11 27 0 57 46 31 15C 4D 1D
Octal 203 21 47 0 127 106 61 534 115 35
Binary 10000011 10001 100111 0 1010111 1000110 110001 101011100 1001101 11101

Color Harmonies of #831127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831127

Black with #831127

Text Example


Text Example

White with #831127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831127; }

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

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

background-color css

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

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

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

border-color css

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

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

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