#6E172E

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

Shades of Claret #6E172E

Tints of Claret #6E172E

Color information

#6E172E (or 0x6E172E) is unknown color: approx Claret. HEX triplet: 6E, 17 and 2E. RGB value is (110,23,46). Sum of RGB (Red+Green+Blue) = 110+23+46=179 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.45% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 110 - color contains mainly: red. Hex color #6E172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E172E is #91E8D1. Grayscale: #333333. Windows color (decimal): -9562322 or 3020654. OLE color: 3020654.

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

Color convert

RGB1102346-
CMYK00.790.580.57
HSL344.14º65.41%26.08%-
HSV(B)344.14º79.09%43.14%-
XYZ7.234.133-
YUV51.64124.82169.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 61.45%
GREEN value IS 23 (9.38% from 255) = 12.85%
BLUE value IS 46 (18.36% from 255) = 25.70%
R=61.45%
G=12.85%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110234600.790.580.57344.1465.4126.08
Hex6E172E04F3A39158411a
Octal15627560117727153010132
Binary11011101011110111001001111111010111001101011000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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