#6e122c

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

Shades of Claret #6E122C

Tints of Claret #6E122C

Color information

#6E122C (or 0x6E122C) is unknown color: approx Claret. HEX triplet: 6E, 12 and 2C. RGB value is (110,18,44). Sum of RGB (Red+Green+Blue) = 110+18+44=172 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.95% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 110 - color contains mainly: red. Hex color #6E122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E122C is #91EDD3. Grayscale: #303030. Windows color (decimal): -9563604 or 2888302. OLE color: 2888302.

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

Color convert

RGB1101844-
CMYK00.840.60.57
HSL343.04º71.88%25.1%-
HSV(B)343.04º83.64%43.14%-
XYZ7.13.932.77-
YUV48.47125.48171.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 63.95%
GREEN value IS 18 (7.42% from 255) = 10.47%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=63.95%
G=10.47%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.6
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110184400.840.60.57343.0471.8825.1
Hex6E122C0543C391574819
Octal15622540124747152711031
Binary11011101001010110001010100111100111001101010111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e122c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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