#6C2235

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

Shades of Claret #6C2235

Tints of Claret #6C2235

Color information

#6C2235 (or 0x6C2235) is unknown color: approx Claret. HEX triplet: 6C, 22 and 35. RGB value is (108,34,53). Sum of RGB (Red+Green+Blue) = 108+34+53=195 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.38% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2235 is #93DDCA. Grayscale: #3A3A3A. Windows color (decimal): -9690571 or 3482220. OLE color: 3482220.

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

Color convert

RGB1083453-
CMYK00.690.510.58
HSL344.59º52.11%27.84%-
HSV(B)344.59º68.52%42.35%-
XYZ7.44.593.86-
YUV58.29125.02163.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.38%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 53 (21.09% from 255) = 27.18%
R=55.38%
G=17.44%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108345300.690.510.58344.5952.1127.84
Hex6C2235045333A159341c
Octal1544265010563725316434
Binary11011001000101101010100010111001111101010101100111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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