#6D122C

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

Shades of Claret #6D122C

Tints of Claret #6D122C

Color information

#6D122C (or 0x6D122C) is unknown color: approx Claret. HEX triplet: 6D, 12 and 2C. RGB value is (109,18,44). Sum of RGB (Red+Green+Blue) = 109+18+44=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D122C is #92EDD3. Grayscale: #303030. Windows color (decimal): -9629140 or 2888301. OLE color: 2888301.

HSL color Cylindrical-coordinate representation of color #6D122C: hue angle of 342.86º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D122C is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB1091844-
CMYK00.830.600.57
HSL342.86º71.65%24.9%-
HSV(B)342.86º83.49%42.75%-
XYZ6.983.872.76-
YUV48.17125.65171.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 63.74%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 44 (17.58% from 255) = 25.73%
R=63.74%
G=10.53%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109184400.830.600.57342.8671.6524.9
Hex6D122C0533C391574819
Octal15522540123747152711031
Binary11011011001010110001010011111100111001101010111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,18,44); }

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

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

 a { background-color: rgb(109,18,44); }

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

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

 span { border-color: rgb(109,18,44); }

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