Html Css Color HEX #830614 Burgundy

📋 copy color: '#830614'

red 131 ◦ green 6 ◦ blue 20

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

Shades of Burgundy #830614

Tints of Burgundy #830614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.74%

R = 83.44%
G = 3.82%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#830614 (or 0x830614) is known color: Burgundy. HEX triplet: 83, 06 and 14. RGB value is (131,6,20). Sum of RGB (Red+Green+Blue) = 131+6+20=157 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.44% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 131 - color contains mainly: red. Hex color #830614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830614 is #7CF9EB. Grayscale: #2D2D2D. Windows color (decimal): -8190444 or 1312387. OLE color: 1312387.

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

Color convert

RGB 131 6 20 -
CMYK 0 0.95 0.85 0.49
HSL 353.28º 0.91% 0.27% -
HSV(B) 353.28º 0.95% 0.51% -
XYZ 9.55 5.01 1.12 -
YUV 44.97 113.91 189.36 -
System Red Green Blue C M Y K H S L
Decimal 131 6 20 0 0.95 0.85 0.49 353.28 0.91 0.27
Hex 83 6 14 0 5F 55 31 161 5B 1B
Octal 203 6 24 0 137 125 61 541 133 33
Binary 10000011 110 10100 0 1011111 1010101 110001 101100001 1011011 11011

Color Harmonies of #830614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830614

Black with #830614

Text Example


Text Example

White with #830614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830614; }

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

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

background-color css

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

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

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

border-color css

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

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

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