Html Css Color HEX #850E1B Burgundy

📋 copy color: '#850E1B'

red 133 ◦ green 14 ◦ blue 27

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

Shades of Burgundy #850E1B

Tints of Burgundy #850E1B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.05%

 BLUE value IS 27 (10.94% from 255) = 15.52%

R = 76.44%
G = 8.05%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#850E1B (or 0x850E1B) is known color: Burgundy. HEX triplet: 85, 0E and 1B. RGB value is (133,14,27). Sum of RGB (Red+Green+Blue) = 133+14+27=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #850E1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850E1B is #7AF1E4. Grayscale: #333333. Windows color (decimal): -8057317 or 1773189. OLE color: 1773189.

HSL color Cylindrical-coordinate representation of color #850E1B: hue angle of 353.45º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E1B is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 14 27 -
CMYK 0 0.89 0.80 0.48
HSL 353.45º 0.81% 0.29% -
HSV(B) 353.45º 0.89% 0.52% -
XYZ 10.03 5.38 1.55 -
YUV 51.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 133 14 27 0 0.89 0.80 0.48 353.45 0.81 0.29
Hex 85 E 1B 0 59 50 30 161 51 1D
Octal 205 16 33 0 131 120 60 541 121 35
Binary 10000101 1110 11011 0 1011001 1010000 110000 101100001 1010001 11101

Color Harmonies of #850E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850E1B

Black with #850E1B

Text Example


Text Example

White with #850E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850E1B; }

 p { color: rgb(133,14,27); }

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

background-color css

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

 a { background-color: rgb(133,14,27); }

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

border-color css

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

 span { border-color: rgb(133,14,27); }

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