Html Css Color HEX #850826 Burgundy

📋 copy color: '#850826'

red 133 ◦ green 8 ◦ blue 38

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

Shades of Burgundy #850826

Tints of Burgundy #850826

RGB

 RED value IS 133 (52.34% from 255) = 74.3%

 GREEN value IS 8 (3.52% from 255) = 4.47%

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

R = 74.3%
G = 4.47%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#850826 (or 0x850826) is known color: Burgundy. HEX triplet: 85, 08 and 26. RGB value is (133,8,38). Sum of RGB (Red+Green+Blue) = 133+8+38=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #850826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850826 is #7AF7D9. Grayscale: #303030. Windows color (decimal): -8058842 or 2492549. OLE color: 2492549.

HSL color Cylindrical-coordinate representation of color #850826: hue angle of 345.6º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850826 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 8 38 -
CMYK 0 0.94 0.71 0.48
HSL 345.6º 0.89% 0.28% -
HSV(B) 345.6º 0.94% 0.52% -
XYZ 10.11 5.3 2.32 -
YUV 48.8 121.91 188.06 -
System Red Green Blue C M Y K H S L
Decimal 133 8 38 0 0.94 0.71 0.48 345.6 0.89 0.28
Hex 85 8 26 0 5E 47 30 15A 59 1C
Octal 205 10 46 0 136 107 60 532 131 34
Binary 10000101 1000 100110 0 1011110 1000111 110000 101011010 1011001 11100

Color Harmonies of #850826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850826

Black with #850826

Text Example


Text Example

White with #850826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850826; }

 p { color: rgb(133,8,38); }

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

background-color css

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

 a { background-color: rgb(133,8,38); }

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

border-color css

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

 span { border-color: rgb(133,8,38); }

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