#6D1A37

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

Shades of Claret #6D1A37

Tints of Claret #6D1A37

Color information

#6D1A37 (or 0x6D1A37) is unknown color: approx Claret. HEX triplet: 6D, 1A and 37. RGB value is (109,26,55). Sum of RGB (Red+Green+Blue) = 109+26+55=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A37 is #92E5C8. Grayscale: #363636. Windows color (decimal): -9627081 or 3611245. OLE color: 3611245.

HSL color Cylindrical-coordinate representation of color #6D1A37: hue angle of 339.04º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D1A37 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.57.

Color convert

RGB1092655-
CMYK00.760.500.57
HSL339.04º61.48%26.47%-
HSV(B)339.04º76.15%42.75%-
XYZ7.374.274.05-
YUV54.12128.5167.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.37%
GREEN value IS 26 (10.55% from 255) = 13.68%
BLUE value IS 55 (21.88% from 255) = 28.95%
R=57.37%
G=13.68%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109265500.760.500.57339.0461.4826.47
Hex6D1A3704C32391533d1a
Octal1553267011462715237532
Binary1101101110101101110100110011001011100110101001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,26,55); }

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

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

 a { background-color: rgb(109,26,55); }

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

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

 span { border-color: rgb(109,26,55); }

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