#6D0D2C

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

Shades of Claret #6D0D2C

Tints of Claret #6D0D2C

Color information

#6D0D2C (or 0x6D0D2C) is unknown color: approx Claret. HEX triplet: 6D, 0D and 2C. RGB value is (109,13,44). Sum of RGB (Red+Green+Blue) = 109+13+44=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0D2C is #92F2D3. Grayscale: #2D2D2D. Windows color (decimal): -9630420 or 2887021. OLE color: 2887021.

HSL color Cylindrical-coordinate representation of color #6D0D2C: hue angle of 340.62º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D0D2C is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB1091344-
CMYK00.880.600.57
HSL340.62º78.69%23.92%-
HSV(B)340.62º88.07%42.75%-
XYZ6.913.722.74-
YUV45.24127.3173.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 65.66%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=65.66%
G=7.83%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109134400.880.600.57340.6278.6923.92
Hex6DD2C0583C391554f18
Octal15515540130747152511730
Binary1101101110110110001011000111100111001101010101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,13,44); }

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

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

 a { background-color: rgb(109,13,44); }

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

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

 span { border-color: rgb(109,13,44); }

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