Html Css Color HEX #830328 Burgundy

📋 copy color: '#830328'

red 131 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #830328

Tints of Burgundy #830328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.72%

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

R = 75.29%
G = 1.72%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#830328 (or 0x830328) is known color: Burgundy. HEX triplet: 83, 03 and 28. RGB value is (131,3,40). Sum of RGB (Red+Green+Blue) = 131+3+40=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #830328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830328 is #7CFCD7. Grayscale: #2D2D2D. Windows color (decimal): -8191192 or 2622339. OLE color: 2622339.

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

Color convert

RGB 131 3 40 -
CMYK 0 0.98 0.69 0.49
HSL 342.66º 0.96% 0.26% -
HSV(B) 342.66º 0.98% 0.51% -
XYZ 9.78 5.04 2.47 -
YUV 45.49 124.91 188.99 -
System Red Green Blue C M Y K H S L
Decimal 131 3 40 0 0.98 0.69 0.49 342.66 0.96 0.26
Hex 83 3 28 0 62 45 31 157 60 1A
Octal 203 3 50 0 142 105 61 527 140 32
Binary 10000011 11 101000 0 1100010 1000101 110001 101010111 1100000 11010

Color Harmonies of #830328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830328

Black with #830328

Text Example


Text Example

White with #830328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830328; }

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

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

background-color css

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

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

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

border-color css

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

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

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