Html Css Color HEX #830619 Burgundy

📋 copy color: '#830619'

red 131 ◦ green 6 ◦ blue 25

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

Shades of Burgundy #830619

Tints of Burgundy #830619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.7%

 BLUE value IS 25 (10.16% from 255) = 15.43%

R = 80.86%
G = 3.7%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#830619 (or 0x830619) is known color: Burgundy. HEX triplet: 83, 06 and 19. RGB value is (131,6,25). Sum of RGB (Red+Green+Blue) = 131+6+25=162 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.86% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 131 - color contains mainly: red. Hex color #830619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830619 is #7CF9E6. Grayscale: #2D2D2D. Windows color (decimal): -8190439 or 1640067. OLE color: 1640067.

HSL color Cylindrical-coordinate representation of color #830619: hue angle of 350.88º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830619 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 6 25 -
CMYK 0 0.95 0.81 0.49
HSL 350.88º 0.91% 0.27% -
HSV(B) 350.88º 0.95% 0.51% -
XYZ 9.6 5.03 1.38 -
YUV 45.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 131 6 25 0 0.95 0.81 0.49 350.88 0.91 0.27
Hex 83 6 19 0 5F 51 31 15F 5B 1B
Octal 203 6 31 0 137 121 61 537 133 33
Binary 10000011 110 11001 0 1011111 1010001 110001 101011111 1011011 11011

Color Harmonies of #830619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830619

Black with #830619

Text Example


Text Example

White with #830619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830619; }

 p { color: rgb(131,6,25); }

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

background-color css

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

 a { background-color: rgb(131,6,25); }

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

border-color css

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

 span { border-color: rgb(131,6,25); }

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