Html Css Color HEX #830432 Burgundy

📋 copy color: '#830432'

red 131 ◦ green 4 ◦ blue 50

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

Shades of Burgundy #830432

Tints of Burgundy #830432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 70.81%
G = 2.16%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#830432 (or 0x830432) is known color: Burgundy. HEX triplet: 83, 04 and 32. RGB value is (131,4,50). Sum of RGB (Red+Green+Blue) = 131+4+50=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #830432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830432 is #7CFBCD. Grayscale: #2F2F2F. Windows color (decimal): -8190926 or 3277955. OLE color: 3277955.

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

Color convert

RGB 131 4 50 -
CMYK 0 0.97 0.62 0.49
HSL 338.27º 0.94% 0.26% -
HSV(B) 338.27º 0.97% 0.51% -
XYZ 9.98 5.14 3.48 -
YUV 47.22 129.58 187.76 -
System Red Green Blue C M Y K H S L
Decimal 131 4 50 0 0.97 0.62 0.49 338.27 0.94 0.26
Hex 83 4 32 0 61 3E 31 152 5E 1A
Octal 203 4 62 0 141 76 61 522 136 32
Binary 10000011 100 110010 0 1100001 111110 110001 101010010 1011110 11010

Color Harmonies of #830432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830432

Black with #830432

Text Example


Text Example

White with #830432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830432; }

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

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

background-color css

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

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

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

border-color css

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

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

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