#6D132D

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

Shades of Claret #6D132D

Tints of Claret #6D132D

Color information

#6D132D (or 0x6D132D) is unknown color: approx Claret. HEX triplet: 6D, 13 and 2D. RGB value is (109,19,45). Sum of RGB (Red+Green+Blue) = 109+19+45=173 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.01% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 109 - color contains mainly: red. Hex color #6D132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D132D is #92ECD2. Grayscale: #303030. Windows color (decimal): -9628883 or 2954093. OLE color: 2954093.

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

Color convert

RGB1091945-
CMYK00.830.590.57
HSL342.67º70.31%25.1%-
HSV(B)342.67º82.57%42.75%-
XYZ7.013.912.87-
YUV48.87125.82170.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 63.01%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 45 (17.97% from 255) = 26.01%
R=63.01%
G=10.98%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109194500.830.590.57342.6770.3125.1
Hex6D132D0533B391574619
Octal15523550123737152710631
Binary11011011001110110101010011111011111001101010111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,19,45); }

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

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

 a { background-color: rgb(109,19,45); }

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

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

 span { border-color: rgb(109,19,45); }

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