#6C132C

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

Shades of Claret #6C132C

Tints of Claret #6C132C

Color information

#6C132C (or 0x6C132C) is unknown color: approx Claret. HEX triplet: 6C, 13 and 2C. RGB value is (108,19,44). Sum of RGB (Red+Green+Blue) = 108+19+44=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C132C is #93ECD3. Grayscale: #303030. Windows color (decimal): -9694420 or 2888556. OLE color: 2888556.

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

Color convert

RGB1081944-
CMYK00.820.590.58
HSL343.15º70.08%24.9%-
HSV(B)343.15º82.41%42.35%-
XYZ6.873.842.76-
YUV48.46125.49170.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 63.16%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 44 (17.58% from 255) = 25.73%
R=63.16%
G=11.11%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108194400.820.590.58343.1570.0824.9
Hex6C132C0523B3A1574619
Octal15423540122737252710631
Binary11011001001110110001010010111011111010101010111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,19,44); }

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

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

 a { background-color: rgb(108,19,44); }

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

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

 span { border-color: rgb(108,19,44); }

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