#6E1C39

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

Shades of Claret #6E1C39

Tints of Claret #6E1C39

Color information

#6E1C39 (or 0x6E1C39) is unknown color: approx Claret. HEX triplet: 6E, 1C and 39. RGB value is (110,28,57). Sum of RGB (Red+Green+Blue) = 110+28+57=195 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.41% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1C39 is #91E3C6. Grayscale: #373737. Windows color (decimal): -9561031 or 3742830. OLE color: 3742830.

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

Color convert

RGB1102857-
CMYK00.750.480.57
HSL338.78º59.42%27.06%-
HSV(B)338.78º74.55%43.14%-
XYZ7.584.444.33-
YUV55.82128.67166.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 56.41%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 57 (22.66% from 255) = 29.23%
R=56.41%
G=14.36%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110285700.750.480.57338.7859.4227.06
Hex6E1C3904B30391533b1b
Octal1563471011360715237333
Binary1101110111001110010100101111000011100110101001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,28,57); }

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

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

 a { background-color: rgb(110,28,57); }

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

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

 span { border-color: rgb(110,28,57); }

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