Html Css Color HEX #840D34 Burgundy

📋 copy color: '#840D34'

red 132 ◦ green 13 ◦ blue 52

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

Shades of Burgundy #840D34

Tints of Burgundy #840D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.4%

R = 67.01%
G = 6.6%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#840D34 (or 0x840D34) is known color: Burgundy. HEX triplet: 84, 0D and 34. RGB value is (132,13,52). Sum of RGB (Red+Green+Blue) = 132+13+52=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #840D34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D34 is #7BF2CB. Grayscale: #343434. Windows color (decimal): -8123084 or 3411332. OLE color: 3411332.

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

Color convert

RGB 132 13 52 -
CMYK 0 0.90 0.61 0.48
HSL 340.34º 0.82% 0.28% -
HSV(B) 340.34º 0.9% 0.52% -
XYZ 10.28 5.44 3.76 -
YUV 53.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 132 13 52 0 0.90 0.61 0.48 340.34 0.82 0.28
Hex 84 D 34 0 5A 3D 30 154 52 1C
Octal 204 15 64 0 132 75 60 524 122 34
Binary 10000100 1101 110100 0 1011010 111101 110000 101010100 1010010 11100

Color Harmonies of #840D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D34

Black with #840D34

Text Example


Text Example

White with #840D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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