Html Css Color HEX #830128 Burgundy

📋 copy color: '#830128'

red 131 ◦ green 1 ◦ blue 40

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

Shades of Burgundy #830128

Tints of Burgundy #830128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 76.16%
G = 0.58%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#830128 (or 0x830128) is known color: Burgundy. HEX triplet: 83, 01 and 28. RGB value is (131,1,40). Sum of RGB (Red+Green+Blue) = 131+1+40=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #830128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830128 is #7CFED7. Grayscale: #2C2C2C. Windows color (decimal): -8191704 or 2621827. OLE color: 2621827.

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

Color convert

RGB 131 1 40 -
CMYK 0 0.99 0.69 0.49
HSL 342º 0.98% 0.26% -
HSV(B) 342º 0.99% 0.51% -
XYZ 9.75 5 2.46 -
YUV 44.32 125.57 189.83 -
System Red Green Blue C M Y K H S L
Decimal 131 1 40 0 0.99 0.69 0.49 342 0.98 0.26
Hex 83 1 28 0 63 45 31 156 62 1A
Octal 203 1 50 0 143 105 61 526 142 32
Binary 10000011 1 101000 0 1100011 1000101 110001 101010110 1100010 11010

Color Harmonies of #830128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830128

Black with #830128

Text Example


Text Example

White with #830128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830128; }

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

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

background-color css

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

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

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

border-color css

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

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

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