Html Css Color HEX #850833 Burgundy

📋 copy color: '#850833'

red 133 ◦ green 8 ◦ blue 51

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

Shades of Burgundy #850833

Tints of Burgundy #850833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.56%

R = 69.27%
G = 4.17%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#850833 (or 0x850833) is known color: Burgundy. HEX triplet: 85, 08 and 33. RGB value is (133,8,51). Sum of RGB (Red+Green+Blue) = 133+8+51=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #850833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850833 is #7AF7CC. Grayscale: #323232. Windows color (decimal): -8058829 or 3344517. OLE color: 3344517.

HSL color Cylindrical-coordinate representation of color #850833: hue angle of 339.36º 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 #850833 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 8 51 -
CMYK 0 0.94 0.62 0.48
HSL 339.36º 0.89% 0.28% -
HSV(B) 339.36º 0.94% 0.52% -
XYZ 10.36 5.4 3.63 -
YUV 50.28 128.41 187 -
System Red Green Blue C M Y K H S L
Decimal 133 8 51 0 0.94 0.62 0.48 339.36 0.89 0.28
Hex 85 8 33 0 5E 3E 30 153 59 1C
Octal 205 10 63 0 136 76 60 523 131 34
Binary 10000101 1000 110011 0 1011110 111110 110000 101010011 1011001 11100

Color Harmonies of #850833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850833

Black with #850833

Text Example


Text Example

White with #850833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850833; }

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

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

background-color css

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

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

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

border-color css

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

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

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