#6E162D

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

Shades of Claret #6E162D

Tints of Claret #6E162D

Color information

#6E162D (or 0x6E162D) is unknown color: approx Claret. HEX triplet: 6E, 16 and 2D. RGB value is (110,22,45). Sum of RGB (Red+Green+Blue) = 110+22+45=177 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.15% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 110 - color contains mainly: red. Hex color #6E162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E162D is #91E9D2. Grayscale: #323232. Windows color (decimal): -9562579 or 2954862. OLE color: 2954862.

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

Color convert

RGB1102245-
CMYK00.80.590.57
HSL344.32º66.67%25.88%-
HSV(B)344.32º80%43.14%-
XYZ7.194.082.89-
YUV50.93124.65170.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 62.15%
GREEN value IS 22 (8.98% from 255) = 12.43%
BLUE value IS 45 (17.97% from 255) = 25.42%
R=62.15%
G=12.43%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110224500.80.590.57344.3266.6725.88
Hex6E162D0503B39158431a
Octal15626550120737153010332
Binary11011101011010110101010000111011111001101011000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,22,45); }

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

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

 a { background-color: rgb(110,22,45); }

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

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

 span { border-color: rgb(110,22,45); }

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