#68142D

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

Shades of Claret #68142D

Tints of Claret #68142D

Color information

#68142D (or 0x68142D) is unknown color: approx Claret. HEX triplet: 68, 14 and 2D. RGB value is (104,20,45). Sum of RGB (Red+Green+Blue) = 104+20+45=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68142D is #97EBD2. Grayscale: #2F2F2F. Windows color (decimal): -9956307 or 2954344. OLE color: 2954344.

HSL color Cylindrical-coordinate representation of color #68142D: hue angle of 342.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68142D is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1042045-
CMYK00.810.570.59
HSL342.14º67.74%24.31%-
HSV(B)342.14º80.77%40.78%-
XYZ6.433.632.84-
YUV47.97126.33167.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.54%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=61.54%
G=11.83%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104204500.810.570.59342.1467.7424.31
Hex68142D051393B1564418
Octal15024550121717352610430
Binary11010001010010110101010001111001111011101010110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68142D; }

 p { color: rgb(104,20,45); }

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

<style>
 a { background-color: #68142D; }

 a { background-color: rgb(104,20,45); }

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

<style>
 span { border-color: #68142D; }

 span { border-color: rgb(104,20,45); }

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