#6D1E39

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

Shades of Claret #6D1E39

Tints of Claret #6D1E39

Color information

#6D1E39 (or 0x6D1E39) is unknown color: approx Claret. HEX triplet: 6D, 1E and 39. RGB value is (109,30,57). Sum of RGB (Red+Green+Blue) = 109+30+57=196 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.61% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 57 (22.66% from 255 or 29.08% from 196); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1E39 is #92E1C6. Grayscale: #383838. Windows color (decimal): -9626055 or 3743341. OLE color: 3743341.

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

Color convert

RGB1093057-
CMYK00.720.480.57
HSL339.49º56.83%27.25%-
HSV(B)339.49º72.48%42.75%-
XYZ7.514.484.34-
YUV56.7128.17165.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.61%
GREEN value IS 30 (12.11% from 255) = 15.31%
BLUE value IS 57 (22.66% from 255) = 29.08%
R=55.61%
G=15.31%
B=29.08%

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
Decimal109305700.720.480.57339.4956.8327.25
Hex6D1E390483039153391b
Octal1553671011060715237133
Binary1101101111101110010100100011000011100110101001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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