#6D1938

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

Shades of Claret #6D1938

Tints of Claret #6D1938

Color information

#6D1938 (or 0x6D1938) is unknown color: approx Claret. HEX triplet: 6D, 19 and 38. RGB value is (109,25,56). Sum of RGB (Red+Green+Blue) = 109+25+56=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1938 is #92E6C7. Grayscale: #353535. Windows color (decimal): -9627336 or 3676525. OLE color: 3676525.

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

Color convert

RGB1092556-
CMYK00.770.490.57
HSL337.86º62.69%26.27%-
HSV(B)337.86º77.06%42.75%-
XYZ7.374.234.17-
YUV53.65129.33167.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.37%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 56 (22.27% from 255) = 29.47%
R=57.37%
G=13.16%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109255600.770.490.57337.8662.6926.27
Hex6D193804D31391523f1a
Octal1553170011561715227732
Binary1101101110011110000100110111000111100110101001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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