#6D1C2D

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

Shades of Claret #6D1C2D

Tints of Claret #6D1C2D

Color information

#6D1C2D (or 0x6D1C2D) is unknown color: approx Claret. HEX triplet: 6D, 1C and 2D. RGB value is (109,28,45). Sum of RGB (Red+Green+Blue) = 109+28+45=182 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.89% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1C2D is #92E3D2. Grayscale: #363636. Windows color (decimal): -9626579 or 2956397. OLE color: 2956397.

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

Color convert

RGB1092845-
CMYK00.740.590.57
HSL347.41º59.12%26.86%-
HSV(B)347.41º74.31%42.75%-
XYZ7.24.272.93-
YUV54.16122.84167.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 59.89%
GREEN value IS 28 (11.33% from 255) = 15.38%
BLUE value IS 45 (17.97% from 255) = 24.73%
R=59.89%
G=15.38%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109284500.740.590.57347.4159.1226.86
Hex6D1C2D04A3B3915b3b1b
Octal1553455011273715337333
Binary1101101111001011010100101011101111100110101101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,28,45); }

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

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

 a { background-color: rgb(109,28,45); }

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

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

 span { border-color: rgb(109,28,45); }

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