#6E212E

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

Shades of Claret #6E212E

Tints of Claret #6E212E

Color information

#6E212E (or 0x6E212E) is unknown color: approx Claret. HEX triplet: 6E, 21 and 2E. RGB value is (110,33,46). Sum of RGB (Red+Green+Blue) = 110+33+46=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E212E is #91DED1. Grayscale: #393939. Windows color (decimal): -9559762 or 3023214. OLE color: 3023214.

HSL color Cylindrical-coordinate representation of color #6E212E: hue angle of 349.87º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E212E is Cyan = 0, Magento = 0.7, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB1103346-
CMYK00.70.580.57
HSL349.87º53.85%28.04%-
HSV(B)349.87º70%43.14%-
XYZ7.474.63.08-
YUV57.5121.51165.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 58.20%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=58.20%
G=17.46%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110334600.70.580.57349.8753.8528.04
Hex6E212E0463A3915e361c
Octal1564156010672715366634
Binary11011101000011011100100011011101011100110101111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,33,46); }

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

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

 a { background-color: rgb(110,33,46); }

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

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

 span { border-color: rgb(110,33,46); }

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