Html Css Color HEX #830121 Burgundy

📋 copy color: '#830121'

red 131 ◦ green 1 ◦ blue 33

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

Shades of Burgundy #830121

Tints of Burgundy #830121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 33 (13.28% from 255) = 20%

R = 79.39%
G = 0.61%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#830121 (or 0x830121) is known color: Burgundy. HEX triplet: 83, 01 and 21. RGB value is (131,1,33). Sum of RGB (Red+Green+Blue) = 131+1+33=165 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.39% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 131 - color contains mainly: red. Hex color #830121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830121 is #7CFEDE. Grayscale: #2B2B2B. Windows color (decimal): -8191711 or 2163075. OLE color: 2163075.

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

Color convert

RGB 131 1 33 -
CMYK 0 0.99 0.75 0.49
HSL 345.23º 0.98% 0.26% -
HSV(B) 345.23º 0.99% 0.51% -
XYZ 9.65 4.96 1.89 -
YUV 43.52 122.07 190.4 -
System Red Green Blue C M Y K H S L
Decimal 131 1 33 0 0.99 0.75 0.49 345.23 0.98 0.26
Hex 83 1 21 0 63 4B 31 159 62 1A
Octal 203 1 41 0 143 113 61 531 142 32
Binary 10000011 1 100001 0 1100011 1001011 110001 101011001 1100010 11010

Color Harmonies of #830121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830121

Black with #830121

Text Example


Text Example

White with #830121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830121; }

 p { color: rgb(131,1,33); }

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

background-color css

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

 a { background-color: rgb(131,1,33); }

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

border-color css

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

 span { border-color: rgb(131,1,33); }

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