#84063C

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

Shades of Burgundy #84063C

Tints of Burgundy #84063C

Color information

#84063C (or 0x84063C) is unknown color: approx Burgundy. HEX triplet: 84, 06 and 3C. RGB value is (132,6,60). Sum of RGB (Red+Green+Blue) = 132+6+60=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #84063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84063C is #7BF9C3. Grayscale: #313131. Windows color (decimal): -8124868 or 3933828. OLE color: 3933828.

HSL color Cylindrical-coordinate representation of color #84063C: hue angle of 334.29º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84063C is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB132660-
CMYK00.950.550.48
HSL334.29º91.3%27.06%-
HSV(B)334.29º95.45%51.76%-
XYZ10.45.364.76-
YUV49.83133.74186.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66.67%
GREEN value IS 6 (2.73% from 255) = 3.03%
BLUE value IS 60 (23.83% from 255) = 30.30%
R=66.67%
G=3.03%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13266000.950.550.48334.2991.327.06
Hex8463C05F373014e5b1b
Octal2046740137676051613333
Binary1000010011011110001011111110111110000101001110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84063C; }

 p { color: rgb(132,6,60); }

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

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

 a { background-color: rgb(132,6,60); }

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

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

 span { border-color: rgb(132,6,60); }

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