Html Css Color HEX #840227 Burgundy

📋 copy color: '#840227'

red 132 ◦ green 2 ◦ blue 39

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

Shades of Burgundy #840227

Tints of Burgundy #840227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.54%

R = 76.3%
G = 1.16%
B = 22.54%

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

#840227 (or 0x840227) is known color: Burgundy. HEX triplet: 84, 02 and 27. RGB value is (132,2,39). Sum of RGB (Red+Green+Blue) = 132+2+39=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #840227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840227 is #7BFDD8. Grayscale: #2D2D2D. Windows color (decimal): -8125913 or 2556548. OLE color: 2556548.

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

Color convert

RGB 132 2 39 -
CMYK 0 0.98 0.70 0.48
HSL 342.92º 0.97% 0.26% -
HSV(B) 342.92º 0.98% 0.52% -
XYZ 9.9 5.1 2.38 -
YUV 45.09 124.57 189.99 -
System Red Green Blue C M Y K H S L
Decimal 132 2 39 0 0.98 0.70 0.48 342.92 0.97 0.26
Hex 84 2 27 0 62 46 30 157 61 1A
Octal 204 2 47 0 142 106 60 527 141 32
Binary 10000100 10 100111 0 1100010 1000110 110000 101010111 1100001 11010

Color Harmonies of #840227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840227

Black with #840227

Text Example


Text Example

White with #840227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840227; }

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

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

background-color css

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

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

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

border-color css

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

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

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