#6F092B

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

Shades of Burgundy #6F092B

Tints of Burgundy #6F092B

Color information

#6F092B (or 0x6F092B) is unknown color: approx Burgundy. HEX triplet: 6F, 09 and 2B. RGB value is (111,9,43). Sum of RGB (Red+Green+Blue) = 111+9+43=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F092B is #90F6D4. Grayscale: #2B2B2B. Windows color (decimal): -9500373 or 2820463. OLE color: 2820463.

HSL color Cylindrical-coordinate representation of color #6F092B: hue angle of 340º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F092B is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB111943-
CMYK00.920.610.56
HSL340º85%23.53%-
HSV(B)340º91.89%43.53%-
XYZ7.093.752.64-
YUV43.37127.79176.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.10%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=68.10%
G=5.52%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11194300.920.610.563408523.53
Hex6F92B05C3D381545518
Octal15711530134757052412530
Binary1101111100110101101011100111101111000101010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,9,43); }

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

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

 a { background-color: rgb(111,9,43); }

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

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

 span { border-color: rgb(111,9,43); }

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