Html Css Color HEX #831028 Burgundy

📋 copy color: '#831028'

red 131 ◦ green 16 ◦ blue 40

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

Shades of Burgundy #831028

Tints of Burgundy #831028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.39%

R = 70.05%
G = 8.56%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#831028 (or 0x831028) is known color: Burgundy. HEX triplet: 83, 10 and 28. RGB value is (131,16,40). Sum of RGB (Red+Green+Blue) = 131+16+40=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #831028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831028 is #7CEFD7. Grayscale: #353535. Windows color (decimal): -8187864 or 2625667. OLE color: 2625667.

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

Color convert

RGB 131 16 40 -
CMYK 0 0.88 0.69 0.49
HSL 347.48º 0.78% 0.29% -
HSV(B) 347.48º 0.88% 0.51% -
XYZ 9.93 5.35 2.52 -
YUV 53.12 120.6 183.55 -
System Red Green Blue C M Y K H S L
Decimal 131 16 40 0 0.88 0.69 0.49 347.48 0.78 0.29
Hex 83 10 28 0 58 45 31 15B 4E 1D
Octal 203 20 50 0 130 105 61 533 116 35
Binary 10000011 10000 101000 0 1011000 1000101 110001 101011011 1001110 11101

Color Harmonies of #831028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831028

Black with #831028

Text Example


Text Example

White with #831028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831028; }

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

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

background-color css

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

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

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

border-color css

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

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

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