#6C052A

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

Shades of Burgundy #6C052A

Tints of Burgundy #6C052A

Color information

#6C052A (or 0x6C052A) is unknown color: approx Burgundy. HEX triplet: 6C, 05 and 2A. RGB value is (108,5,42). Sum of RGB (Red+Green+Blue) = 108+5+42=155 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.68% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 108 - color contains mainly: red. Hex color #6C052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C052A is #93FAD5. Grayscale: #272727. Windows color (decimal): -9698006 or 2753900. OLE color: 2753900.

HSL color Cylindrical-coordinate representation of color #6C052A: hue angle of 338.45º 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 #6C052A is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB108542-
CMYK00.950.610.58
HSL338.45º91.15%22.16%-
HSV(B)338.45º95.37%42.35%-
XYZ6.663.462.51-
YUV40.02129.12176.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 69.68%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=69.68%
G=3.23%
B=27.10%

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
Decimal10854200.950.610.58338.4591.1522.16
Hex6C52A05F3D3A1525b16
Octal1545520137757252213326
Binary110110010110101001011111111101111010101010010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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