#6C122D

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

Shades of Claret #6C122D

Tints of Claret #6C122D

Color information

#6C122D (or 0x6C122D) is unknown color: approx Claret. HEX triplet: 6C, 12 and 2D. RGB value is (108,18,45). Sum of RGB (Red+Green+Blue) = 108+18+45=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C122D is #93EDD2. Grayscale: #2F2F2F. Windows color (decimal): -9694675 or 2953836. OLE color: 2953836.

HSL color Cylindrical-coordinate representation of color #6C122D: hue angle of 342º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C122D is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1081845-
CMYK00.830.580.58
HSL342º71.43%24.71%-
HSV(B)342º83.33%42.35%-
XYZ6.873.812.86-
YUV47.99126.32170.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 63.16%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=63.16%
G=10.53%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108184500.830.580.5834271.4324.71
Hex6C122D0533A3A1564719
Octal15422550123727252610731
Binary11011001001010110101010011111010111010101010110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,18,45); }

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

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

 a { background-color: rgb(108,18,45); }

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

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

 span { border-color: rgb(108,18,45); }

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