#841223

Color #841223 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #841223

Tints of Burgundy #841223

Color information

#841223 (or 0x841223) is unknown color: approx Burgundy. HEX triplet: 84, 12 and 23. RGB value is (132,18,35). Sum of RGB (Red+Green+Blue) = 132+18+35=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #841223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841223 is #7BEDDC. Grayscale: #363636. Windows color (decimal): -8121821 or 2298500. OLE color: 2298500.

HSL color Cylindrical-coordinate representation of color #841223: hue angle of 351.05º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841223 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB1321835-
CMYK00.860.730.48
HSL351.05º76%29.41%-
HSV(B)351.05º86.36%51.76%-
XYZ10.045.462.11-
YUV54.02117.27183.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 71.35%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 35 (14.06% from 255) = 18.92%
R=71.35%
G=9.73%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132183500.860.730.48351.057629.41
Hex841223056493015f4c1d
Octal204224301261116053711435
Binary1000010010010100011010101101001001110000101011111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841223; }

 p { color: rgb(132,18,35); }

 H1.HeaderClassName
 {
   color: #841223;
 }
 .AnyTagClassName
 {
   color: #841223;
 }
</style>
background-color css

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

 a { background-color: rgb(132,18,35); }

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

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

 span { border-color: rgb(132,18,35); }

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