#6E2336

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

Shades of Claret #6E2336

Tints of Claret #6E2336

Color information

#6E2336 (or 0x6E2336) is unknown color: approx Claret. HEX triplet: 6E, 23 and 36. RGB value is (110,35,54). Sum of RGB (Red+Green+Blue) = 110+35+54=199 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.28% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2336 is #91DCC9. Grayscale: #3B3B3B. Windows color (decimal): -9559242 or 3548014. OLE color: 3548014.

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

Color convert

RGB1103554-
CMYK00.680.510.57
HSL344.8º51.72%28.43%-
HSV(B)344.8º68.18%43.14%-
XYZ7.74.784.01-
YUV59.59124.85163.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.28%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=55.28%
G=17.59%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110355400.680.510.57344.851.7228.43
Hex6E23360443339159341c
Octal1564366010463715316434
Binary11011101000111101100100010011001111100110101100111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,35,54); }

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

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

 a { background-color: rgb(110,35,54); }

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

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

 span { border-color: rgb(110,35,54); }

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