Html Css Color HEX #840228 Burgundy

📋 copy color: '#840228'

red 132 ◦ green 2 ◦ blue 40

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

Shades of Burgundy #840228

Tints of Burgundy #840228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.99%

R = 75.86%
G = 1.15%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#840228 (or 0x840228) is known color: Burgundy. HEX triplet: 84, 02 and 28. RGB value is (132,2,40). Sum of RGB (Red+Green+Blue) = 132+2+40=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #840228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840228 is #7BFDD7. Grayscale: #2D2D2D. Windows color (decimal): -8125912 or 2622084. OLE color: 2622084.

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

Color convert

RGB 132 2 40 -
CMYK 0 0.98 0.70 0.48
HSL 342.46º 0.97% 0.26% -
HSV(B) 342.46º 0.98% 0.52% -
XYZ 9.92 5.1 2.47 -
YUV 45.2 125.07 189.91 -
System Red Green Blue C M Y K H S L
Decimal 132 2 40 0 0.98 0.70 0.48 342.46 0.97 0.26
Hex 84 2 28 0 62 46 30 156 61 1A
Octal 204 2 50 0 142 106 60 526 141 32
Binary 10000100 10 101000 0 1100010 1000110 110000 101010110 1100001 11010

Color Harmonies of #840228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840228

Black with #840228

Text Example


Text Example

White with #840228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840228; }

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

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

background-color css

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

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

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

border-color css

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

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

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