Html Css Color HEX #851129 Burgundy

📋 copy color: '#851129'

red 133 ◦ green 17 ◦ blue 41

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

Shades of Burgundy #851129

Tints of Burgundy #851129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.47%

R = 69.63%
G = 8.9%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#851129 (or 0x851129) is known color: Burgundy. HEX triplet: 85, 11 and 29. RGB value is (133,17,41). Sum of RGB (Red+Green+Blue) = 133+17+41=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #851129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851129 is #7AEED6. Grayscale: #363636. Windows color (decimal): -8056535 or 2691461. OLE color: 2691461.

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

Color convert

RGB 133 17 41 -
CMYK 0 0.87 0.69 0.48
HSL 347.59º 0.77% 0.29% -
HSV(B) 347.59º 0.87% 0.52% -
XYZ 10.27 5.55 2.63 -
YUV 54.42 120.43 184.05 -
System Red Green Blue C M Y K H S L
Decimal 133 17 41 0 0.87 0.69 0.48 347.59 0.77 0.29
Hex 85 11 29 0 57 45 30 15C 4D 1D
Octal 205 21 51 0 127 105 60 534 115 35
Binary 10000101 10001 101001 0 1010111 1000101 110000 101011100 1001101 11101

Color Harmonies of #851129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851129

Black with #851129

Text Example


Text Example

White with #851129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851129; }

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

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

background-color css

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

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

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

border-color css

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

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

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