#6D1B39

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

Shades of Claret #6D1B39

Tints of Claret #6D1B39

Color information

#6D1B39 (or 0x6D1B39) is unknown color: approx Claret. HEX triplet: 6D, 1B and 39. RGB value is (109,27,57). Sum of RGB (Red+Green+Blue) = 109+27+57=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1B39 is #92E4C6. Grayscale: #363636. Windows color (decimal): -9626823 or 3742573. OLE color: 3742573.

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

Color convert

RGB1092757-
CMYK00.750.480.57
HSL338.05º60.29%26.67%-
HSV(B)338.05º75.23%42.75%-
XYZ7.444.334.31-
YUV54.94129.17166.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 56.48%
GREEN value IS 27 (10.94% from 255) = 13.99%
BLUE value IS 57 (22.66% from 255) = 29.53%
R=56.48%
G=13.99%
B=29.53%

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
Decimal109275700.750.480.57338.0560.2926.67
Hex6D1B3904B30391523c1b
Octal1553371011360715227433
Binary1101101110111110010100101111000011100110101001011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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