Html Css Color HEX #850014 Burgundy

📋 copy color: '#850014'

red 133 ◦ green 0 ◦ blue 20

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

Shades of Burgundy #850014

Tints of Burgundy #850014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 20 (8.2% from 255) = 13.07%

R = 86.93%
G = 0%
B = 13.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#850014 (or 0x850014) is known color: Burgundy. HEX triplet: 85, 00 and 14. RGB value is (133,0,20). Sum of RGB (Red+Green+Blue) = 133+0+20=153 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.93% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 133 - color contains mainly: red. Hex color #850014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850014 is #7AFFEB. Grayscale: #2A2A2A. Windows color (decimal): -8060908 or 1310853. OLE color: 1310853.

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

Color convert

RGB 133 0 20 -
CMYK 0 1 0.85 0.48
HSL 350.98º 1% 0.26% -
HSV(B) 350.98º 1% 0.52% -
XYZ 9.8 5.04 1.12 -
YUV 42.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 133 0 20 0 1 0.85 0.48 350.98 1 0.26
Hex 85 0 14 0 64 55 30 15F 64 1A
Octal 205 0 24 0 144 125 60 537 144 32
Binary 10000101 0 10100 0 1100100 1010101 110000 101011111 1100100 11010

Color Harmonies of #850014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850014

Black with #850014

Text Example


Text Example

White with #850014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850014; }

 p { color: rgb(133,0,20); }

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

background-color css

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

 a { background-color: rgb(133,0,20); }

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

border-color css

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

 span { border-color: rgb(133,0,20); }

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