Html Css Color HEX #830530 Burgundy

📋 copy color: '#830530'

red 131 ◦ green 5 ◦ blue 48

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

Shades of Burgundy #830530

Tints of Burgundy #830530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.09%

R = 71.2%
G = 2.72%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#830530 (or 0x830530) is known color: Burgundy. HEX triplet: 83, 05 and 30. RGB value is (131,5,48). Sum of RGB (Red+Green+Blue) = 131+5+48=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #830530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830530 is #7CFACF. Grayscale: #2F2F2F. Windows color (decimal): -8190672 or 3147139. OLE color: 3147139.

HSL color Cylindrical-coordinate representation of color #830530: hue angle of 339.52º 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 #830530 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 48 -
CMYK 0 0.96 0.63 0.49
HSL 339.52º 0.93% 0.27% -
HSV(B) 339.52º 0.96% 0.51% -
XYZ 9.95 5.15 3.27 -
YUV 47.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 131 5 48 0 0.96 0.63 0.49 339.52 0.93 0.27
Hex 83 5 30 0 60 3F 31 154 5D 1B
Octal 203 5 60 0 140 77 61 524 135 33
Binary 10000011 101 110000 0 1100000 111111 110001 101010100 1011101 11011

Color Harmonies of #830530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830530

Black with #830530

Text Example


Text Example

White with #830530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830530; }

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

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

background-color css

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

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

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

border-color css

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

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

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