Html Css Color HEX #840231 Burgundy

📋 copy color: '#840231'

red 132 ◦ green 2 ◦ blue 49

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

Shades of Burgundy #840231

Tints of Burgundy #840231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

 BLUE value IS 49 (19.53% from 255) = 26.78%

R = 72.13%
G = 1.09%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#840231 (or 0x840231) is known color: Burgundy. HEX triplet: 84, 02 and 31. RGB value is (132,2,49). Sum of RGB (Red+Green+Blue) = 132+2+49=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #840231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840231 is #7BFDCE. Grayscale: #2E2E2E. Windows color (decimal): -8125903 or 3211908. OLE color: 3211908.

HSL color Cylindrical-coordinate representation of color #840231: hue angle of 338.31º degrees, saturation: 0.97, 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 #840231 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 2 49 -
CMYK 0 0.98 0.63 0.48
HSL 338.31º 0.97% 0.26% -
HSV(B) 338.31º 0.98% 0.52% -
XYZ 10.09 5.17 3.37 -
YUV 46.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 132 2 49 0 0.98 0.63 0.48 338.31 0.97 0.26
Hex 84 2 31 0 62 3F 30 152 61 1A
Octal 204 2 61 0 142 77 60 522 141 32
Binary 10000100 10 110001 0 1100010 111111 110000 101010010 1100001 11010

Color Harmonies of #840231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840231

Black with #840231

Text Example


Text Example

White with #840231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840231; }

 p { color: rgb(132,2,49); }

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

background-color css

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

 a { background-color: rgb(132,2,49); }

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

border-color css

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

 span { border-color: rgb(132,2,49); }

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