#6E1737

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

Shades of Claret #6E1737

Tints of Claret #6E1737

Color information

#6E1737 (or 0x6E1737) is unknown color: approx Claret. HEX triplet: 6E, 17 and 37. RGB value is (110,23,55). Sum of RGB (Red+Green+Blue) = 110+23+55=188 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.51% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1737 is #91E8C8. Grayscale: #343434. Windows color (decimal): -9562313 or 3610478. OLE color: 3610478.

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

Color convert

RGB1102355-
CMYK00.790.50.57
HSL337.93º65.41%26.08%-
HSV(B)337.93º79.09%43.14%-
XYZ7.434.24.03-
YUV52.66129.32168.9-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 58.51%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 55 (21.88% from 255) = 29.26%
R=58.51%
G=12.23%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.5
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110235500.790.50.57337.9365.4126.08
Hex6E173704F3239152411a
Octal15627670117627152210132
Binary11011101011111011101001111110010111001101010010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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