#6B092A

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

Shades of Burgundy #6B092A

Tints of Burgundy #6B092A

Color information

#6B092A (or 0x6B092A) is unknown color: approx Burgundy. HEX triplet: 6B, 09 and 2A. RGB value is (107,9,42). Sum of RGB (Red+Green+Blue) = 107+9+42=158 (20% of max value = 765). Red value is 107 (42.19% from 255 or 67.72% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 107 - color contains mainly: red. Hex color #6B092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B092A is #94F6D5. Grayscale: #2A2A2A. Windows color (decimal): -9762518 or 2754923. OLE color: 2754923.

HSL color Cylindrical-coordinate representation of color #6B092A: hue angle of 339.8º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B092A is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB107942-
CMYK00.920.610.58
HSL339.8º84.48%22.75%-
HSV(B)339.8º91.59%41.96%-
XYZ6.583.492.52-
YUV42.06127.97174.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 67.72%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=67.72%
G=5.70%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10794200.920.610.58339.884.4822.75
Hex6B92A05C3D3A1545417
Octal15311520134757252412427
Binary1101011100110101001011100111101111010101010100101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,9,42); }

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

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

 a { background-color: rgb(107,9,42); }

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

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

 span { border-color: rgb(107,9,42); }

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