Html Css Color HEX #850319 Burgundy

📋 copy color: '#850319'

red 133 ◦ green 3 ◦ blue 25

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

Shades of Burgundy #850319

Tints of Burgundy #850319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.53%

R = 82.61%
G = 1.86%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#850319 (or 0x850319) is known color: Burgundy. HEX triplet: 85, 03 and 19. RGB value is (133,3,25). Sum of RGB (Red+Green+Blue) = 133+3+25=161 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.61% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 133 - color contains mainly: red. Hex color #850319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850319 is #7AFCE6. Grayscale: #2C2C2C. Windows color (decimal): -8060135 or 1639301. OLE color: 1639301.

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

Color convert

RGB 133 3 25 -
CMYK 0 0.98 0.81 0.48
HSL 349.85º 0.96% 0.27% -
HSV(B) 349.85º 0.98% 0.52% -
XYZ 9.88 5.12 1.39 -
YUV 44.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 133 3 25 0 0.98 0.81 0.48 349.85 0.96 0.27
Hex 85 3 19 0 62 51 30 15E 60 1B
Octal 205 3 31 0 142 121 60 536 140 33
Binary 10000101 11 11001 0 1100010 1010001 110000 101011110 1100000 11011

Color Harmonies of #850319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850319

Black with #850319

Text Example


Text Example

White with #850319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850319; }

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

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

background-color css

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

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

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

border-color css

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

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

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