Html Css Color HEX #841036 Burgundy

📋 copy color: '#841036'

red 132 ◦ green 16 ◦ blue 54

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

Shades of Burgundy #841036

Tints of Burgundy #841036

RGB

 RED value IS 132 (51.95% from 255) = 65.35%

 GREEN value IS 16 (6.64% from 255) = 7.92%

 BLUE value IS 54 (21.48% from 255) = 26.73%

R = 65.35%
G = 7.92%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#841036 (or 0x841036) is known color: Burgundy. HEX triplet: 84, 10 and 36. RGB value is (132,16,54). Sum of RGB (Red+Green+Blue) = 132+16+54=202 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.35% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 132 - color contains mainly: red. Hex color #841036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841036 is #7BEFC9. Grayscale: #363636. Windows color (decimal): -8122314 or 3543172. OLE color: 3543172.

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

Color convert

RGB 132 16 54 -
CMYK 0 0.88 0.59 0.48
HSL 340.34º 0.78% 0.29% -
HSV(B) 340.34º 0.88% 0.52% -
XYZ 10.37 5.54 4.01 -
YUV 55.02 127.43 182.91 -
System Red Green Blue C M Y K H S L
Decimal 132 16 54 0 0.88 0.59 0.48 340.34 0.78 0.29
Hex 84 10 36 0 58 3B 30 154 4E 1D
Octal 204 20 66 0 130 73 60 524 116 35
Binary 10000100 10000 110110 0 1011000 111011 110000 101010100 1001110 11101

Color Harmonies of #841036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841036

Black with #841036

Text Example


Text Example

White with #841036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841036; }

 p { color: rgb(132,16,54); }

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

background-color css

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

 a { background-color: rgb(132,16,54); }

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

border-color css

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

 span { border-color: rgb(132,16,54); }

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