Html Css Color HEX #830719 Burgundy

📋 copy color: '#830719'

red 131 ◦ green 7 ◦ blue 25

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

Shades of Burgundy #830719

Tints of Burgundy #830719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.29%

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

R = 80.37%
G = 4.29%
B = 15.34%

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

#830719 (or 0x830719) is known color: Burgundy. HEX triplet: 83, 07 and 19. RGB value is (131,7,25). Sum of RGB (Red+Green+Blue) = 131+7+25=163 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.37% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 131 - color contains mainly: red. Hex color #830719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830719 is #7CF8E6. Grayscale: #2E2E2E. Windows color (decimal): -8190183 or 1640323. OLE color: 1640323.

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

Color convert

RGB 131 7 25 -
CMYK 0 0.95 0.81 0.49
HSL 351.29º 0.9% 0.27% -
HSV(B) 351.29º 0.95% 0.51% -
XYZ 9.61 5.05 1.39 -
YUV 46.13 116.08 188.54 -
System Red Green Blue C M Y K H S L
Decimal 131 7 25 0 0.95 0.81 0.49 351.29 0.9 0.27
Hex 83 7 19 0 5F 51 31 15F 5A 1B
Octal 203 7 31 0 137 121 61 537 132 33
Binary 10000011 111 11001 0 1011111 1010001 110001 101011111 1011010 11011

Color Harmonies of #830719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830719

Black with #830719

Text Example


Text Example

White with #830719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830719; }

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

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

background-color css

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

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

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

border-color css

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

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

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