#6E1E37

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

Shades of Claret #6E1E37

Tints of Claret #6E1E37

Color information

#6E1E37 (or 0x6E1E37) is unknown color: approx Claret. HEX triplet: 6E, 1E and 37. RGB value is (110,30,55). Sum of RGB (Red+Green+Blue) = 110+30+55=195 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.41% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1E37 is #91E1C8. Grayscale: #383838. Windows color (decimal): -9560521 or 3612270. OLE color: 3612270.

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

Color convert

RGB1103055-
CMYK00.730.50.57
HSL341.25º57.14%27.45%-
HSV(B)341.25º72.73%43.14%-
XYZ7.584.524.09-
YUV56.77127165.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 56.41%
GREEN value IS 30 (12.11% from 255) = 15.38%
BLUE value IS 55 (21.88% from 255) = 28.21%
R=56.41%
G=15.38%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.5
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110305500.730.50.57341.2557.1427.45
Hex6E1E370493239155391b
Octal1563667011162715257133
Binary1101110111101101110100100111001011100110101010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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