#6B030A

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

Shades of Burgundy #6B030A

Tints of Burgundy #6B030A

Color information

#6B030A (or 0x6B030A) is unknown color: approx Burgundy. HEX triplet: 6B, 03 and 0A. RGB value is (107,3,10). Sum of RGB (Red+Green+Blue) = 107+3+10=120 (15% of max value = 765). Red value is 107 (42.19% from 255 or 89.17% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 107 - color contains mainly: red. Hex color #6B030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B030A is #94FCF5. Grayscale: #222222. Windows color (decimal): -9764086 or 656235. OLE color: 656235.

HSL color Cylindrical-coordinate representation of color #6B030A: hue angle of 355.96º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B030A is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.58.

Color convert

RGB107310-
CMYK00.970.910.58
HSL355.96º94.55%21.57%-
HSV(B)355.96º97.2%41.96%-
XYZ6.153.210.58-
YUV34.89113.96179.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 89.17%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=89.17%
G=2.5%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10731000.970.910.58355.9694.5521.57
Hex6B3A0615B3A1645f16
Octal15331201411337254413726
Binary1101011111010011000011011011111010101100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B030A; }

 p { color: rgb(107,3,10); }

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

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

 a { background-color: rgb(107,3,10); }

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

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

 span { border-color: rgb(107,3,10); }

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