Html Css Color HEX #831218 Burgundy

📋 copy color: '#831218'

red 131 ◦ green 18 ◦ blue 24

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

Shades of Burgundy #831218

Tints of Burgundy #831218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.4%

 BLUE value IS 24 (9.77% from 255) = 13.87%

R = 75.72%
G = 10.4%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#831218 (or 0x831218) is known color: Burgundy. HEX triplet: 83, 12 and 18. RGB value is (131,18,24). Sum of RGB (Red+Green+Blue) = 131+18+24=173 (22% of max value = 765). Red value is 131 (51.56% from 255 or 75.72% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 131 - color contains mainly: red. Hex color #831218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831218 is #7CEDE7. Grayscale: #343434. Windows color (decimal): -8187368 or 1577603. OLE color: 1577603.

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

Color convert

RGB 131 18 24 -
CMYK 0 0.86 0.82 0.49
HSL 356.81º 0.76% 0.29% -
HSV(B) 356.81º 0.86% 0.51% -
XYZ 9.74 5.32 1.38 -
YUV 52.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 131 18 24 0 0.86 0.82 0.49 356.81 0.76 0.29
Hex 83 12 18 0 56 52 31 165 4C 1D
Octal 203 22 30 0 126 122 61 545 114 35
Binary 10000011 10010 11000 0 1010110 1010010 110001 101100101 1001100 11101

Color Harmonies of #831218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831218

Black with #831218

Text Example


Text Example

White with #831218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831218; }

 p { color: rgb(131,18,24); }

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

background-color css

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

 a { background-color: rgb(131,18,24); }

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

border-color css

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

 span { border-color: rgb(131,18,24); }

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