#6B052A

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

Shades of Burgundy #6B052A

Tints of Burgundy #6B052A

Color information

#6B052A (or 0x6B052A) is unknown color: approx Burgundy. HEX triplet: 6B, 05 and 2A. RGB value is (107,5,42). Sum of RGB (Red+Green+Blue) = 107+5+42=154 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.48% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 107 - color contains mainly: red. Hex color #6B052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B052A is #94FAD5. Grayscale: #272727. Windows color (decimal): -9763542 or 2753899. OLE color: 2753899.

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

Color convert

RGB107542-
CMYK00.950.610.58
HSL338.24º91.07%21.96%-
HSV(B)338.24º95.33%41.96%-
XYZ6.543.42.5-
YUV39.72129.29175.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 69.48%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=69.48%
G=3.25%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10754200.950.610.58338.2491.0721.96
Hex6B52A05F3D3A1525b16
Octal1535520137757252213326
Binary110101110110101001011111111101111010101010010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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