Html Css Color HEX #850336 Burgundy

📋 copy color: '#850336'

red 133 ◦ green 3 ◦ blue 54

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

Shades of Burgundy #850336

Tints of Burgundy #850336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.42%

R = 70%
G = 1.58%
B = 28.42%

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

#850336 (or 0x850336) is known color: Burgundy. HEX triplet: 85, 03 and 36. RGB value is (133,3,54). Sum of RGB (Red+Green+Blue) = 133+3+54=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #850336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850336 is #7AFCC9. Grayscale: #2F2F2F. Windows color (decimal): -8060106 or 3539845. OLE color: 3539845.

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

Color convert

RGB 133 3 54 -
CMYK 0 0.98 0.59 0.48
HSL 336.46º 0.96% 0.27% -
HSV(B) 336.46º 0.98% 0.52% -
XYZ 10.37 5.32 3.97 -
YUV 47.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 133 3 54 0 0.98 0.59 0.48 336.46 0.96 0.27
Hex 85 3 36 0 62 3B 30 150 60 1B
Octal 205 3 66 0 142 73 60 520 140 33
Binary 10000101 11 110110 0 1100010 111011 110000 101010000 1100000 11011

Color Harmonies of #850336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850336

Black with #850336

Text Example


Text Example

White with #850336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850336; }

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

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

background-color css

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

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

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

border-color css

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

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

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