#6C2332

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

Shades of Claret #6C2332

Tints of Claret #6C2332

Color information

#6C2332 (or 0x6C2332) is unknown color: approx Claret. HEX triplet: 6C, 23 and 32. RGB value is (108,35,50). Sum of RGB (Red+Green+Blue) = 108+35+50=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2332 is #93DCCD. Grayscale: #3A3A3A. Windows color (decimal): -9690318 or 3285868. OLE color: 3285868.

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

Color convert

RGB1083550-
CMYK00.680.540.58
HSL347.67º51.05%28.04%-
HSV(B)347.67º67.59%42.35%-
XYZ7.364.623.52-
YUV58.54123.18163.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.96%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=55.96%
G=18.13%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108355000.680.540.58347.6751.0528.04
Hex6C2332044363A15c331c
Octal1544362010466725346334
Binary11011001000111100100100010011011011101010101110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,35,50); }

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

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

 a { background-color: rgb(108,35,50); }

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

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

 span { border-color: rgb(108,35,50); }

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