Html Css Color HEX #851036 Burgundy

📋 copy color: '#851036'

red 133 ◦ green 16 ◦ blue 54

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

Shades of Burgundy #851036

Tints of Burgundy #851036

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

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

R = 65.52%
G = 7.88%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#851036 (or 0x851036) is known color: Burgundy. HEX triplet: 85, 10 and 36. RGB value is (133,16,54). Sum of RGB (Red+Green+Blue) = 133+16+54=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #851036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851036 is #7AEFC9. Grayscale: #373737. Windows color (decimal): -8056778 or 3543173. OLE color: 3543173.

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

Color convert

RGB 133 16 54 -
CMYK 0 0.88 0.59 0.48
HSL 340.51º 0.79% 0.29% -
HSV(B) 340.51º 0.88% 0.52% -
XYZ 10.52 5.62 4.02 -
YUV 55.32 127.26 183.41 -
System Red Green Blue C M Y K H S L
Decimal 133 16 54 0 0.88 0.59 0.48 340.51 0.79 0.29
Hex 85 10 36 0 58 3B 30 155 4F 1D
Octal 205 20 66 0 130 73 60 525 117 35
Binary 10000101 10000 110110 0 1011000 111011 110000 101010101 1001111 11101

Color Harmonies of #851036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851036

Black with #851036

Text Example


Text Example

White with #851036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851036; }

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

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

background-color css

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

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

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

border-color css

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

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

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