#840F1A

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

Shades of Burgundy #840F1A

Tints of Burgundy #840F1A

Color information

#840F1A (or 0x840F1A) is unknown color: approx Burgundy. HEX triplet: 84, 0F and 1A. RGB value is (132,15,26). Sum of RGB (Red+Green+Blue) = 132+15+26=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #840F1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840F1A is #7BF0E5. Grayscale: #333333. Windows color (decimal): -8122598 or 1707908. OLE color: 1707908.

HSL color Cylindrical-coordinate representation of color #840F1A: hue angle of 354.36º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F1A is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1321526-
CMYK00.890.800.48
HSL354.36º79.59%28.82%-
HSV(B)354.36º88.64%51.76%-
XYZ9.875.321.48-
YUV51.24113.76185.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 76.30%
GREEN value IS 15 (6.25% from 255) = 8.67%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=76.30%
G=8.67%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132152600.890.800.48354.3679.5928.82
Hex84F1A0595030162501d
Octal204173201311206054212035
Binary10000100111111010010110011010000110000101100010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840F1A; }

 p { color: rgb(132,15,26); }

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

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

 a { background-color: rgb(132,15,26); }

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

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

 span { border-color: rgb(132,15,26); }

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