Html Css Color HEX #830835 Burgundy

📋 copy color: '#830835'

red 131 ◦ green 8 ◦ blue 53

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

Shades of Burgundy #830835

Tints of Burgundy #830835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.17%

 BLUE value IS 53 (21.09% from 255) = 27.6%

R = 68.23%
G = 4.17%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#830835 (or 0x830835) is known color: Burgundy. HEX triplet: 83, 08 and 35. RGB value is (131,8,53). Sum of RGB (Red+Green+Blue) = 131+8+53=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #830835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830835 is #7CF7CA. Grayscale: #313131. Windows color (decimal): -8189899 or 3475587. OLE color: 3475587.

HSL color Cylindrical-coordinate representation of color #830835: hue angle of 338.05º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830835 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 8 53 -
CMYK 0 0.94 0.60 0.49
HSL 338.05º 0.88% 0.27% -
HSV(B) 338.05º 0.94% 0.51% -
XYZ 10.09 5.26 3.85 -
YUV 49.91 129.75 185.84 -
System Red Green Blue C M Y K H S L
Decimal 131 8 53 0 0.94 0.60 0.49 338.05 0.88 0.27
Hex 83 8 35 0 5E 3C 31 152 58 1B
Octal 203 10 65 0 136 74 61 522 130 33
Binary 10000011 1000 110101 0 1011110 111100 110001 101010010 1011000 11011

Color Harmonies of #830835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830835

Black with #830835

Text Example


Text Example

White with #830835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830835; }

 p { color: rgb(131,8,53); }

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

background-color css

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

 a { background-color: rgb(131,8,53); }

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

border-color css

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

 span { border-color: rgb(131,8,53); }

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