Html Css Color HEX #851124 Burgundy

📋 copy color: '#851124'

red 133 ◦ green 17 ◦ blue 36

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

Shades of Burgundy #851124

Tints of Burgundy #851124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

 BLUE value IS 36 (14.45% from 255) = 19.35%

R = 71.51%
G = 9.14%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#851124 (or 0x851124) is known color: Burgundy. HEX triplet: 85, 11 and 24. RGB value is (133,17,36). Sum of RGB (Red+Green+Blue) = 133+17+36=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #851124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851124 is #7AEEDB. Grayscale: #353535. Windows color (decimal): -8056540 or 2363781. OLE color: 2363781.

HSL color Cylindrical-coordinate representation of color #851124: hue angle of 350.17º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851124 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 36 -
CMYK 0 0.87 0.73 0.48
HSL 350.17º 0.77% 0.29% -
HSV(B) 350.17º 0.87% 0.52% -
XYZ 10.19 5.51 2.2 -
YUV 53.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 133 17 36 0 0.87 0.73 0.48 350.17 0.77 0.29
Hex 85 11 24 0 57 49 30 15E 4D 1D
Octal 205 21 44 0 127 111 60 536 115 35
Binary 10000101 10001 100100 0 1010111 1001001 110000 101011110 1001101 11101

Color Harmonies of #851124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851124

Black with #851124

Text Example


Text Example

White with #851124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851124; }

 p { color: rgb(133,17,36); }

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

background-color css

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

 a { background-color: rgb(133,17,36); }

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

border-color css

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

 span { border-color: rgb(133,17,36); }

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