#841024

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

Shades of Burgundy #841024

Tints of Burgundy #841024

Color information

#841024 (or 0x841024) is unknown color: approx Burgundy. HEX triplet: 84, 10 and 24. RGB value is (132,16,36). Sum of RGB (Red+Green+Blue) = 132+16+36=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #841024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841024 is #7BEFDB. Grayscale: #353535. Windows color (decimal): -8122332 or 2363524. OLE color: 2363524.

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

Color convert

RGB1321636-
CMYK00.880.730.48
HSL349.66º78.38%29.02%-
HSV(B)349.66º87.88%51.76%-
XYZ10.025.42.18-
YUV52.96118.43184.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 71.74%
GREEN value IS 16 (6.64% from 255) = 8.70%
BLUE value IS 36 (14.45% from 255) = 19.57%
R=71.74%
G=8.70%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132163600.880.730.48349.6678.3829.02
Hex841024058493015e4e1d
Octal204204401301116053611635
Binary1000010010000100100010110001001001110000101011110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841024; }

 p { color: rgb(132,16,36); }

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

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

 a { background-color: rgb(132,16,36); }

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

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

 span { border-color: rgb(132,16,36); }

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