#6D2438

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

Shades of Claret #6D2438

Tints of Claret #6D2438

Color information

#6D2438 (or 0x6D2438) is unknown color: approx Claret. HEX triplet: 6D, 24 and 38. RGB value is (109,36,56). Sum of RGB (Red+Green+Blue) = 109+36+56=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2438 is #92DBC7. Grayscale: #3C3C3C. Windows color (decimal): -9624520 or 3679341. OLE color: 3679341.

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

Color convert

RGB1093656-
CMYK00.670.490.57
HSL343.56º50.34%28.43%-
HSV(B)343.56º66.97%42.75%-
XYZ7.654.84.26-
YUV60.11125.68162.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.23%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 56 (22.27% from 255) = 27.86%
R=54.23%
G=17.91%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109365600.670.490.57343.5650.3428.43
Hex6D24380433139158321c
Octal1554470010361715306234
Binary11011011001001110000100001111000111100110101100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,36,56); }

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

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

 a { background-color: rgb(109,36,56); }

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

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

 span { border-color: rgb(109,36,56); }

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