Html Css Color HEX #840D36 Burgundy

📋 copy color: '#840D36'

red 132 ◦ green 13 ◦ blue 54

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

Shades of Burgundy #840D36

Tints of Burgundy #840D36

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.53%

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

R = 66.33%
G = 6.53%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#840D36 (or 0x840D36) is known color: Burgundy. HEX triplet: 84, 0D and 36. RGB value is (132,13,54). Sum of RGB (Red+Green+Blue) = 132+13+54=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #840D36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D36 is #7BF2C9. Grayscale: #353535. Windows color (decimal): -8123082 or 3542404. OLE color: 3542404.

HSL color Cylindrical-coordinate representation of color #840D36: hue angle of 339.33º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D36 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 54 -
CMYK 0 0.90 0.59 0.48
HSL 339.33º 0.82% 0.28% -
HSV(B) 339.33º 0.9% 0.52% -
XYZ 10.33 5.46 4 -
YUV 53.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 132 13 54 0 0.90 0.59 0.48 339.33 0.82 0.28
Hex 84 D 36 0 5A 3B 30 153 52 1C
Octal 204 15 66 0 132 73 60 523 122 34
Binary 10000100 1101 110110 0 1011010 111011 110000 101010011 1010010 11100

Color Harmonies of #840D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D36

Black with #840D36

Text Example


Text Example

White with #840D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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