Html Css Color HEX #830528 Burgundy

📋 copy color: '#830528'

red 131 ◦ green 5 ◦ blue 40

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

Shades of Burgundy #830528

Tints of Burgundy #830528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.73%

R = 74.43%
G = 2.84%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#830528 (or 0x830528) is known color: Burgundy. HEX triplet: 83, 05 and 28. RGB value is (131,5,40). Sum of RGB (Red+Green+Blue) = 131+5+40=176 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.43% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 131 - color contains mainly: red. Hex color #830528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830528 is #7CFAD7. Grayscale: #2E2E2E. Windows color (decimal): -8190680 or 2622851. OLE color: 2622851.

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

Color convert

RGB 131 5 40 -
CMYK 0 0.96 0.69 0.49
HSL 343.33º 0.93% 0.27% -
HSV(B) 343.33º 0.96% 0.51% -
XYZ 9.8 5.09 2.47 -
YUV 46.66 124.24 188.15 -
System Red Green Blue C M Y K H S L
Decimal 131 5 40 0 0.96 0.69 0.49 343.33 0.93 0.27
Hex 83 5 28 0 60 45 31 157 5D 1B
Octal 203 5 50 0 140 105 61 527 135 33
Binary 10000011 101 101000 0 1100000 1000101 110001 101010111 1011101 11011

Color Harmonies of #830528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830528

Black with #830528

Text Example


Text Example

White with #830528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830528; }

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

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

background-color css

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

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

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

border-color css

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

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

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