#68172E

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

Shades of Claret #68172E

Tints of Claret #68172E

Color information

#68172E (or 0x68172E) is unknown color: approx Claret. HEX triplet: 68, 17 and 2E. RGB value is (104,23,46). Sum of RGB (Red+Green+Blue) = 104+23+46=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #68172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68172E is #97E8D1. Grayscale: #313131. Windows color (decimal): -9955538 or 3020648. OLE color: 3020648.

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

Color convert

RGB1042346-
CMYK00.780.560.59
HSL342.96º63.78%24.9%-
HSV(B)342.96º77.88%40.78%-
XYZ6.513.752.97-
YUV49.84125.84166.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.12%
GREEN value IS 23 (9.38% from 255) = 13.29%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=60.12%
G=13.29%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104234600.780.560.59342.9663.7824.9
Hex68172E04E383B1574019
Octal15027560116707352710031
Binary11010001011110111001001110111000111011101010111100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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