Html Css Color HEX #840333 Burgundy

📋 copy color: '#840333'

red 132 ◦ green 3 ◦ blue 51

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

Shades of Burgundy #840333

Tints of Burgundy #840333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.61%

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

R = 70.97%
G = 1.61%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#840333 (or 0x840333) is known color: Burgundy. HEX triplet: 84, 03 and 33. RGB value is (132,3,51). Sum of RGB (Red+Green+Blue) = 132+3+51=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #840333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840333 is #7BFCCC. Grayscale: #2E2E2E. Windows color (decimal): -8125645 or 3343236. OLE color: 3343236.

HSL color Cylindrical-coordinate representation of color #840333: hue angle of 337.67º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840333 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 3 51 -
CMYK 0 0.98 0.61 0.48
HSL 337.67º 0.96% 0.26% -
HSV(B) 337.67º 0.98% 0.52% -
XYZ 10.15 5.21 3.6 -
YUV 47.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 132 3 51 0 0.98 0.61 0.48 337.67 0.96 0.26
Hex 84 3 33 0 62 3D 30 152 60 1A
Octal 204 3 63 0 142 75 60 522 140 32
Binary 10000100 11 110011 0 1100010 111101 110000 101010010 1100000 11010

Color Harmonies of #840333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840333

Black with #840333

Text Example


Text Example

White with #840333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840333; }

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

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

background-color css

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

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

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

border-color css

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

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

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