#6E1B39

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

Shades of Claret #6E1B39

Tints of Claret #6E1B39

Color information

#6E1B39 (or 0x6E1B39) is unknown color: approx Claret. HEX triplet: 6E, 1B and 39. RGB value is (110,27,57). Sum of RGB (Red+Green+Blue) = 110+27+57=194 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.70% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1B39 is #91E4C6. Grayscale: #373737. Windows color (decimal): -9561287 or 3742574. OLE color: 3742574.

HSL color Cylindrical-coordinate representation of color #6E1B39: hue angle of 338.31º degrees, saturation: 0.61, 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 #6E1B39 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.57.

Color convert

RGB1102757-
CMYK00.750.480.57
HSL338.31º60.58%26.86%-
HSV(B)338.31º75.45%43.14%-
XYZ7.564.394.32-
YUV55.24129167.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 56.70%
GREEN value IS 27 (10.94% from 255) = 13.92%
BLUE value IS 57 (22.66% from 255) = 29.38%
R=56.70%
G=13.92%
B=29.38%

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
Decimal110275700.750.480.57338.3160.5826.86
Hex6E1B3904B30391523d1b
Octal1563371011360715227533
Binary1101110110111110010100101111000011100110101001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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