#6D2031

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

Shades of Claret #6D2031

Tints of Claret #6D2031

Color information

#6D2031 (or 0x6D2031) is unknown color: approx Claret. HEX triplet: 6D, 20 and 31. RGB value is (109,32,49). Sum of RGB (Red+Green+Blue) = 109+32+49=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2031 is #92DFCE. Grayscale: #383838. Windows color (decimal): -9625551 or 3219565. OLE color: 3219565.

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

Color convert

RGB1093249-
CMYK00.710.550.57
HSL346.75º54.61%27.65%-
HSV(B)346.75º70.64%42.75%-
XYZ7.384.513.39-
YUV56.96123.51165.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.37%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=57.37%
G=16.84%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109324900.710.550.57346.7554.6127.65
Hex6D2031047373915b371c
Octal1554061010767715336734
Binary11011011000001100010100011111011111100110101101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,32,49); }

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

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

 a { background-color: rgb(109,32,49); }

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

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

 span { border-color: rgb(109,32,49); }

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