Html Css Color HEX #850314 Burgundy

📋 copy color: '#850314'

red 133 ◦ green 3 ◦ blue 20

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

Shades of Burgundy #850314

Tints of Burgundy #850314

RGB

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

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

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

R = 85.26%
G = 1.92%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#850314 (or 0x850314) is known color: Burgundy. HEX triplet: 85, 03 and 14. RGB value is (133,3,20). Sum of RGB (Red+Green+Blue) = 133+3+20=156 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.26% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 133 - color contains mainly: red. Hex color #850314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850314 is #7AFCEB. Grayscale: #2B2B2B. Windows color (decimal): -8060140 or 1311621. OLE color: 1311621.

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

Color convert

RGB 133 3 20 -
CMYK 0 0.98 0.85 0.48
HSL 352.15º 0.96% 0.27% -
HSV(B) 352.15º 0.98% 0.52% -
XYZ 9.83 5.1 1.13 -
YUV 43.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 133 3 20 0 0.98 0.85 0.48 352.15 0.96 0.27
Hex 85 3 14 0 62 55 30 160 60 1B
Octal 205 3 24 0 142 125 60 540 140 33
Binary 10000101 11 10100 0 1100010 1010101 110000 101100000 1100000 11011

Color Harmonies of #850314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850314

Black with #850314

Text Example


Text Example

White with #850314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850314; }

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

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

background-color css

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

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

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

border-color css

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

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

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