Html Css Color HEX #830424 Burgundy

📋 copy color: '#830424'

red 131 ◦ green 4 ◦ blue 36

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

Shades of Burgundy #830424

Tints of Burgundy #830424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.34%

 BLUE value IS 36 (14.45% from 255) = 21.05%

R = 76.61%
G = 2.34%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#830424 (or 0x830424) is known color: Burgundy. HEX triplet: 83, 04 and 24. RGB value is (131,4,36). Sum of RGB (Red+Green+Blue) = 131+4+36=171 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.61% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 131 - color contains mainly: red. Hex color #830424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830424 is #7CFBDB. Grayscale: #2D2D2D. Windows color (decimal): -8190940 or 2360451. OLE color: 2360451.

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

Color convert

RGB 131 4 36 -
CMYK 0 0.97 0.73 0.49
HSL 344.88º 0.94% 0.26% -
HSV(B) 344.88º 0.97% 0.51% -
XYZ 9.72 5.04 2.13 -
YUV 45.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 131 4 36 0 0.97 0.73 0.49 344.88 0.94 0.26
Hex 83 4 24 0 61 49 31 159 5E 1A
Octal 203 4 44 0 141 111 61 531 136 32
Binary 10000011 100 100100 0 1100001 1001001 110001 101011001 1011110 11010

Color Harmonies of #830424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830424

Black with #830424

Text Example


Text Example

White with #830424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830424; }

 p { color: rgb(131,4,36); }

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

background-color css

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

 a { background-color: rgb(131,4,36); }

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

border-color css

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

 span { border-color: rgb(131,4,36); }

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