#6D1C35

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

Shades of Claret #6D1C35

Tints of Claret #6D1C35

Color information

#6D1C35 (or 0x6D1C35) is unknown color: approx Claret. HEX triplet: 6D, 1C and 35. RGB value is (109,28,53). Sum of RGB (Red+Green+Blue) = 109+28+53=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1C35 is #92E3CA. Grayscale: #373737. Windows color (decimal): -9626571 or 3480685. OLE color: 3480685.

HSL color Cylindrical-coordinate representation of color #6D1C35: hue angle of 341.48º 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 #6D1C35 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB1092853-
CMYK00.740.510.57
HSL341.48º59.12%26.86%-
HSV(B)341.48º74.31%42.75%-
XYZ7.364.343.82-
YUV55.07126.84166.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.37%
GREEN value IS 28 (11.33% from 255) = 14.74%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=57.37%
G=14.74%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109285300.740.510.57341.4859.1226.86
Hex6D1C3504A33391553b1b
Octal1553465011263715257333
Binary1101101111001101010100101011001111100110101010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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