#6E152E

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

Shades of Claret #6E152E

Tints of Claret #6E152E

Color information

#6E152E (or 0x6E152E) is unknown color: approx Claret. HEX triplet: 6E, 15 and 2E. RGB value is (110,21,46). Sum of RGB (Red+Green+Blue) = 110+21+46=177 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.15% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 110 - color contains mainly: red. Hex color #6E152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E152E is #91EAD1. Grayscale: #323232. Windows color (decimal): -9562834 or 3020142. OLE color: 3020142.

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

Color convert

RGB1102146-
CMYK00.810.580.57
HSL343.15º67.94%25.69%-
HSV(B)343.15º80.91%43.14%-
XYZ7.194.052.99-
YUV50.46125.49170.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 62.15%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=62.15%
G=11.86%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110214600.810.580.57343.1567.9425.69
Hex6E152E0513A39157441a
Octal15625560121727152710432
Binary11011101010110111001010001111010111001101010111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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