Html Css Color HEX #830215 Burgundy

📋 copy color: '#830215'

red 131 ◦ green 2 ◦ blue 21

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

Shades of Burgundy #830215

Tints of Burgundy #830215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

 BLUE value IS 21 (8.59% from 255) = 13.64%

R = 85.06%
G = 1.3%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#830215 (or 0x830215) is known color: Burgundy. HEX triplet: 83, 02 and 15. RGB value is (131,2,21). Sum of RGB (Red+Green+Blue) = 131+2+21=154 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.06% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 131 - color contains mainly: red. Hex color #830215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830215 is #7CFDEA. Grayscale: #2A2A2A. Windows color (decimal): -8191467 or 1376899. OLE color: 1376899.

HSL color Cylindrical-coordinate representation of color #830215: hue angle of 351.16º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830215 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 2 21 -
CMYK 0 0.98 0.84 0.49
HSL 351.16º 0.97% 0.26% -
HSV(B) 351.16º 0.98% 0.51% -
XYZ 9.52 4.92 1.16 -
YUV 42.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 131 2 21 0 0.98 0.84 0.49 351.16 0.97 0.26
Hex 83 2 15 0 62 54 31 15F 61 1A
Octal 203 2 25 0 142 124 61 537 141 32
Binary 10000011 10 10101 0 1100010 1010100 110001 101011111 1100001 11010

Color Harmonies of #830215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830215

Black with #830215

Text Example


Text Example

White with #830215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830215; }

 p { color: rgb(131,2,21); }

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

background-color css

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

 a { background-color: rgb(131,2,21); }

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

border-color css

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

 span { border-color: rgb(131,2,21); }

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