#6D1F39

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

Shades of Claret #6D1F39

Tints of Claret #6D1F39

Color information

#6D1F39 (or 0x6D1F39) is unknown color: approx Claret. HEX triplet: 6D, 1F and 39. RGB value is (109,31,57). Sum of RGB (Red+Green+Blue) = 109+31+57=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1F39 is #92E0C6. Grayscale: #393939. Windows color (decimal): -9625799 or 3743597. OLE color: 3743597.

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

Color convert

RGB1093157-
CMYK00.720.480.57
HSL340º55.71%27.45%-
HSV(B)340º71.56%42.75%-
XYZ7.544.534.35-
YUV57.29127.84164.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.33%
GREEN value IS 31 (12.5% from 255) = 15.74%
BLUE value IS 57 (22.66% from 255) = 28.93%
R=55.33%
G=15.74%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109315700.720.480.5734055.7127.45
Hex6D1F390483039154381b
Octal1553771011060715247033
Binary1101101111111110010100100011000011100110101010011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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