#6D1133

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

Shades of Claret #6D1133

Tints of Claret #6D1133

Color information

#6D1133 (or 0x6D1133) is unknown color: approx Claret. HEX triplet: 6D, 11 and 33. RGB value is (109,17,51). Sum of RGB (Red+Green+Blue) = 109+17+51=177 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.58% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1133 is #92EECC. Grayscale: #303030. Windows color (decimal): -9629389 or 3346797. OLE color: 3346797.

HSL color Cylindrical-coordinate representation of color #6D1133: hue angle of 337.83º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1133 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.57.

Color convert

RGB1091751-
CMYK00.840.530.57
HSL337.83º73.02%24.71%-
HSV(B)337.83º84.4%42.75%-
XYZ7.13.893.51-
YUV48.38129.48171.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 61.58%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 51 (20.31% from 255) = 28.81%
R=61.58%
G=9.60%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109175100.840.530.57337.8373.0224.71
Hex6D113305435391524919
Octal15521630124657152211131
Binary11011011000111001101010100110101111001101010010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,17,51); }

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

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

 a { background-color: rgb(109,17,51); }

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

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

 span { border-color: rgb(109,17,51); }

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