#6C2138

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

Shades of Claret #6C2138

Tints of Claret #6C2138

Color information

#6C2138 (or 0x6C2138) is unknown color: approx Claret. HEX triplet: 6C, 21 and 38. RGB value is (108,33,56). Sum of RGB (Red+Green+Blue) = 108+33+56=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2138 is #93DEC7. Grayscale: #3A3A3A. Windows color (decimal): -9690824 or 3678572. OLE color: 3678572.

HSL color Cylindrical-coordinate representation of color #6C2138: hue angle of 341.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C2138 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB1083356-
CMYK00.690.480.58
HSL341.6º53.19%27.65%-
HSV(B)341.6º69.44%42.35%-
XYZ7.444.564.23-
YUV58.05126.85163.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54.82%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 56 (22.27% from 255) = 28.43%
R=54.82%
G=16.75%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108335600.690.480.58341.653.1927.65
Hex6C2138045303A156351c
Octal1544170010560725266534
Binary11011001000011110000100010111000011101010101011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,33,56); }

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

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

 a { background-color: rgb(108,33,56); }

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

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

 span { border-color: rgb(108,33,56); }

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