Html Css Color HEX #850137 Burgundy

📋 copy color: '#850137'

red 133 ◦ green 1 ◦ blue 55

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

Shades of Burgundy #850137

Tints of Burgundy #850137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 70.37%
G = 0.53%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#850137 (or 0x850137) is known color: Burgundy. HEX triplet: 85, 01 and 37. RGB value is (133,1,55). Sum of RGB (Red+Green+Blue) = 133+1+55=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #850137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850137 is #7AFEC8. Grayscale: #2E2E2E. Windows color (decimal): -8060617 or 3604869. OLE color: 3604869.

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

Color convert

RGB 133 1 55 -
CMYK 0 0.99 0.59 0.48
HSL 335.45º 0.99% 0.26% -
HSV(B) 335.45º 0.99% 0.52% -
XYZ 10.37 5.28 4.09 -
YUV 46.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 133 1 55 0 0.99 0.59 0.48 335.45 0.99 0.26
Hex 85 1 37 0 63 3B 30 14F 63 1A
Octal 205 1 67 0 143 73 60 517 143 32
Binary 10000101 1 110111 0 1100011 111011 110000 101001111 1100011 11010

Color Harmonies of #850137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850137

Black with #850137

Text Example


Text Example

White with #850137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850137; }

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

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

background-color css

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

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

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

border-color css

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

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

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