#6C2237

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

Shades of Claret #6C2237

Tints of Claret #6C2237

Color information

#6C2237 (or 0x6C2237) is unknown color: approx Claret. HEX triplet: 6C, 22 and 37. RGB value is (108,34,55). Sum of RGB (Red+Green+Blue) = 108+34+55=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2237 is #93DDC8. Grayscale: #3A3A3A. Windows color (decimal): -9690569 or 3613292. OLE color: 3613292.

HSL color Cylindrical-coordinate representation of color #6C2237: hue angle of 342.97º degrees, saturation: 0.52, 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 #6C2237 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB1083455-
CMYK00.690.490.58
HSL342.97º52.11%27.84%-
HSV(B)342.97º68.52%42.35%-
XYZ7.454.614.11-
YUV58.52126.02163.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54.82%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 55 (21.88% from 255) = 27.92%
R=54.82%
G=17.26%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108345500.690.490.58342.9752.1127.84
Hex6C2237045313A157341c
Octal1544267010561725276434
Binary11011001000101101110100010111000111101010101011111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,34,55); }

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

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

 a { background-color: rgb(108,34,55); }

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

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

 span { border-color: rgb(108,34,55); }

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