Html Css Color HEX #840D32 Burgundy

📋 copy color: '#840D32'

red 132 ◦ green 13 ◦ blue 50

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

Shades of Burgundy #840D32

Tints of Burgundy #840D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.64%

R = 67.69%
G = 6.67%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#840D32 (or 0x840D32) is known color: Burgundy. HEX triplet: 84, 0D and 32. RGB value is (132,13,50). Sum of RGB (Red+Green+Blue) = 132+13+50=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #840D32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D32 is #7BF2CD. Grayscale: #343434. Windows color (decimal): -8123086 or 3280260. OLE color: 3280260.

HSL color Cylindrical-coordinate representation of color #840D32: hue angle of 341.34º 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 #840D32 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 50 -
CMYK 0 0.90 0.62 0.48
HSL 341.34º 0.82% 0.28% -
HSV(B) 341.34º 0.9% 0.52% -
XYZ 10.24 5.42 3.53 -
YUV 52.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 132 13 50 0 0.90 0.62 0.48 341.34 0.82 0.28
Hex 84 D 32 0 5A 3E 30 155 52 1C
Octal 204 15 62 0 132 76 60 525 122 34
Binary 10000100 1101 110010 0 1011010 111110 110000 101010101 1010010 11100

Color Harmonies of #840D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D32

Black with #840D32

Text Example


Text Example

White with #840D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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