Html Css Color HEX #840D33 Burgundy

📋 copy color: '#840D33'

red 132 ◦ green 13 ◦ blue 51

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

Shades of Burgundy #840D33

Tints of Burgundy #840D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.02%

R = 67.35%
G = 6.63%
B = 26.02%

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

#840D33 (or 0x840D33) is known color: Burgundy. HEX triplet: 84, 0D and 33. RGB value is (132,13,51). Sum of RGB (Red+Green+Blue) = 132+13+51=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #840D33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D33 is #7BF2CC. Grayscale: #343434. Windows color (decimal): -8123085 or 3345796. OLE color: 3345796.

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

Color convert

RGB 132 13 51 -
CMYK 0 0.90 0.61 0.48
HSL 340.84º 0.82% 0.28% -
HSV(B) 340.84º 0.9% 0.52% -
XYZ 10.26 5.43 3.64 -
YUV 52.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 132 13 51 0 0.90 0.61 0.48 340.84 0.82 0.28
Hex 84 D 33 0 5A 3D 30 155 52 1C
Octal 204 15 63 0 132 75 60 525 122 34
Binary 10000100 1101 110011 0 1011010 111101 110000 101010101 1010010 11100

Color Harmonies of #840D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D33

Black with #840D33

Text Example


Text Example

White with #840D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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