Html Css Color HEX #830533 Burgundy

📋 copy color: '#830533'

red 131 ◦ green 5 ◦ blue 51

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

Shades of Burgundy #830533

Tints of Burgundy #830533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 70.05%
G = 2.67%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#830533 (or 0x830533) is known color: Burgundy. HEX triplet: 83, 05 and 33. RGB value is (131,5,51). Sum of RGB (Red+Green+Blue) = 131+5+51=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #830533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830533 is #7CFACC. Grayscale: #2F2F2F. Windows color (decimal): -8190669 or 3343747. OLE color: 3343747.

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

Color convert

RGB 131 5 51 -
CMYK 0 0.96 0.61 0.49
HSL 338.1º 0.93% 0.27% -
HSV(B) 338.1º 0.96% 0.51% -
XYZ 10.01 5.17 3.6 -
YUV 47.92 129.74 187.26 -
System Red Green Blue C M Y K H S L
Decimal 131 5 51 0 0.96 0.61 0.49 338.1 0.93 0.27
Hex 83 5 33 0 60 3D 31 152 5D 1B
Octal 203 5 63 0 140 75 61 522 135 33
Binary 10000011 101 110011 0 1100000 111101 110001 101010010 1011101 11011

Color Harmonies of #830533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830533

Black with #830533

Text Example


Text Example

White with #830533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830533; }

 p { color: rgb(131,5,51); }

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

background-color css

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

 a { background-color: rgb(131,5,51); }

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

border-color css

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

 span { border-color: rgb(131,5,51); }

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