Html Css Color HEX #850337 Burgundy

📋 copy color: '#850337'

red 133 ◦ green 3 ◦ blue 55

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

Shades of Burgundy #850337

Tints of Burgundy #850337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.57%

 BLUE value IS 55 (21.88% from 255) = 28.8%

R = 69.63%
G = 1.57%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#850337 (or 0x850337) is known color: Burgundy. HEX triplet: 85, 03 and 37. RGB value is (133,3,55). Sum of RGB (Red+Green+Blue) = 133+3+55=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #850337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850337 is #7AFCC8. Grayscale: #2F2F2F. Windows color (decimal): -8060105 or 3605381. OLE color: 3605381.

HSL color Cylindrical-coordinate representation of color #850337: hue angle of 336º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850337 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 3 55 -
CMYK 0 0.98 0.59 0.48
HSL 336º 0.96% 0.27% -
HSV(B) 336º 0.98% 0.52% -
XYZ 10.4 5.33 4.09 -
YUV 47.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 133 3 55 0 0.98 0.59 0.48 336 0.96 0.27
Hex 85 3 37 0 62 3B 30 150 60 1B
Octal 205 3 67 0 142 73 60 520 140 33
Binary 10000101 11 110111 0 1100010 111011 110000 101010000 1100000 11011

Color Harmonies of #850337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850337

Black with #850337

Text Example


Text Example

White with #850337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850337; }

 p { color: rgb(133,3,55); }

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

background-color css

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

 a { background-color: rgb(133,3,55); }

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

border-color css

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

 span { border-color: rgb(133,3,55); }

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