Html Css Color HEX #830626 Burgundy

📋 copy color: '#830626'

red 131 ◦ green 6 ◦ blue 38

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

Shades of Burgundy #830626

Tints of Burgundy #830626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.71%

R = 74.86%
G = 3.43%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#830626 (or 0x830626) is known color: Burgundy. HEX triplet: 83, 06 and 26. RGB value is (131,6,38). Sum of RGB (Red+Green+Blue) = 131+6+38=175 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.86% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 131 - color contains mainly: red. Hex color #830626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830626 is #7CF9D9. Grayscale: #2F2F2F. Windows color (decimal): -8190426 or 2492035. OLE color: 2492035.

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

Color convert

RGB 131 6 38 -
CMYK 0 0.95 0.71 0.49
HSL 344.64º 0.91% 0.27% -
HSV(B) 344.64º 0.95% 0.51% -
XYZ 9.78 5.1 2.3 -
YUV 47.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 131 6 38 0 0.95 0.71 0.49 344.64 0.91 0.27
Hex 83 6 26 0 5F 47 31 159 5B 1B
Octal 203 6 46 0 137 107 61 531 133 33
Binary 10000011 110 100110 0 1011111 1000111 110001 101011001 1011011 11011

Color Harmonies of #830626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830626

Black with #830626

Text Example


Text Example

White with #830626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830626; }

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

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

background-color css

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

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

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

border-color css

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

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

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