#68162E

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

Shades of Claret #68162E

Tints of Claret #68162E

Color information

#68162E (or 0x68162E) is unknown color: approx Claret. HEX triplet: 68, 16 and 2E. RGB value is (104,22,46). Sum of RGB (Red+Green+Blue) = 104+22+46=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68162E is #97E9D1. Grayscale: #313131. Windows color (decimal): -9955794 or 3020392. OLE color: 3020392.

HSL color Cylindrical-coordinate representation of color #68162E: hue angle of 342.44º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68162E is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1042246-
CMYK00.790.560.59
HSL342.44º65.08%24.71%-
HSV(B)342.44º78.85%40.78%-
XYZ6.493.712.96-
YUV49.25126.17167.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.47%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=60.47%
G=12.79%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104224600.790.560.59342.4465.0824.71
Hex68162E04F383B1564119
Octal15026560117707352610131
Binary11010001011010111001001111111000111011101010110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68162E; }

 p { color: rgb(104,22,46); }

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

<style>
 a { background-color: #68162E; }

 a { background-color: rgb(104,22,46); }

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

<style>
 span { border-color: #68162E; }

 span { border-color: rgb(104,22,46); }

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