#6e2437

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

Shades of Claret #6E2437

Tints of Claret #6E2437

Color information

#6E2437 (or 0x6E2437) is unknown color: approx Claret. HEX triplet: 6E, 24 and 37. RGB value is (110,36,55). Sum of RGB (Red+Green+Blue) = 110+36+55=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2437 is #91DBC8. Grayscale: #3C3C3C. Windows color (decimal): -9558985 or 3613806. OLE color: 3613806.

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

Color convert

RGB1103655-
CMYK00.670.50.57
HSL344.59º50.68%28.63%-
HSV(B)344.59º67.27%43.14%-
XYZ7.754.854.14-
YUV60.29125.02163.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 54.73%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 55 (21.88% from 255) = 27.36%
R=54.73%
G=17.91%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.5
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110365500.670.50.57344.5950.6828.63
Hex6E24370433239159331d
Octal1564467010362715316335
Binary11011101001001101110100001111001011100110101100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e2437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,36,55); }

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

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

 a { background-color: rgb(110,36,55); }

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

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

 span { border-color: rgb(110,36,55); }

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