Html Css Color HEX #850134 Burgundy

📋 copy color: '#850134'

red 133 ◦ green 1 ◦ blue 52

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

Shades of Burgundy #850134

Tints of Burgundy #850134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.96%

R = 71.51%
G = 0.54%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#850134 (or 0x850134) is known color: Burgundy. HEX triplet: 85, 01 and 34. RGB value is (133,1,52). Sum of RGB (Red+Green+Blue) = 133+1+52=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #850134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850134 is #7AFECB. Grayscale: #2E2E2E. Windows color (decimal): -8060620 or 3408261. OLE color: 3408261.

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

Color convert

RGB 133 1 52 -
CMYK 0 0.99 0.61 0.48
HSL 336.82º 0.99% 0.26% -
HSV(B) 336.82º 0.99% 0.52% -
XYZ 10.3 5.26 3.72 -
YUV 46.28 131.23 189.85 -
System Red Green Blue C M Y K H S L
Decimal 133 1 52 0 0.99 0.61 0.48 336.82 0.99 0.26
Hex 85 1 34 0 63 3D 30 151 63 1A
Octal 205 1 64 0 143 75 60 521 143 32
Binary 10000101 1 110100 0 1100011 111101 110000 101010001 1100011 11010

Color Harmonies of #850134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850134

Black with #850134

Text Example


Text Example

White with #850134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850134; }

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

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

background-color css

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

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

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

border-color css

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

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

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