#6D212F

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

Shades of Claret #6D212F

Tints of Claret #6D212F

Color information

#6D212F (or 0x6D212F) is unknown color: approx Claret. HEX triplet: 6D, 21 and 2F. RGB value is (109,33,47). Sum of RGB (Red+Green+Blue) = 109+33+47=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D212F is #92DED0. Grayscale: #393939. Windows color (decimal): -9625297 or 3088749. OLE color: 3088749.

HSL color Cylindrical-coordinate representation of color #6D212F: hue angle of 348.95º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D212F is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB1093347-
CMYK00.700.570.57
HSL348.95º53.52%27.84%-
HSV(B)348.95º69.72%42.75%-
XYZ7.364.543.18-
YUV57.32122.18164.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.67%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 47 (18.75% from 255) = 24.87%
R=57.67%
G=17.46%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109334700.700.570.57348.9553.5227.84
Hex6D212F046393915d361c
Octal1554157010671715356634
Binary11011011000011011110100011011100111100110101110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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