#6D1D2F

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

Shades of Claret #6D1D2F

Tints of Claret #6D1D2F

Color information

#6D1D2F (or 0x6D1D2F) is unknown color: approx Claret. HEX triplet: 6D, 1D and 2F. RGB value is (109,29,47). Sum of RGB (Red+Green+Blue) = 109+29+47=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1D2F is #92E2D0. Grayscale: #363636. Windows color (decimal): -9626321 or 3087725. OLE color: 3087725.

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

Color convert

RGB1092947-
CMYK00.730.570.57
HSL346.5º57.97%27.06%-
HSV(B)346.5º73.39%42.75%-
XYZ7.264.343.14-
YUV54.97123.5166.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 58.92%
GREEN value IS 29 (11.72% from 255) = 15.68%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=58.92%
G=15.68%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109294700.730.570.57346.557.9727.06
Hex6D1D2F049393915a3a1b
Octal1553557011171715327233
Binary1101101111011011110100100111100111100110101101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,29,47); }

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

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

 a { background-color: rgb(109,29,47); }

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

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

 span { border-color: rgb(109,29,47); }

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