Html Css Color HEX #830130 Burgundy

📋 copy color: '#830130'

red 131 ◦ green 1 ◦ blue 48

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

Shades of Burgundy #830130

Tints of Burgundy #830130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.67%

R = 72.78%
G = 0.56%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#830130 (or 0x830130) is known color: Burgundy. HEX triplet: 83, 01 and 30. RGB value is (131,1,48). Sum of RGB (Red+Green+Blue) = 131+1+48=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #830130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830130 is #7CFECF. Grayscale: #2D2D2D. Windows color (decimal): -8191696 or 3146115. OLE color: 3146115.

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

Color convert

RGB 131 1 48 -
CMYK 0 0.99 0.63 0.49
HSL 338.31º 0.98% 0.26% -
HSV(B) 338.31º 0.99% 0.51% -
XYZ 9.9 5.06 3.25 -
YUV 45.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 131 1 48 0 0.99 0.63 0.49 338.31 0.98 0.26
Hex 83 1 30 0 63 3F 31 152 62 1A
Octal 203 1 60 0 143 77 61 522 142 32
Binary 10000011 1 110000 0 1100011 111111 110001 101010010 1100010 11010

Color Harmonies of #830130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830130

Black with #830130

Text Example


Text Example

White with #830130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830130; }

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

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

background-color css

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

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

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

border-color css

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

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

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