#68172D

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

Shades of Claret #68172D

Tints of Claret #68172D

Color information

#68172D (or 0x68172D) is unknown color: approx Claret. HEX triplet: 68, 17 and 2D. RGB value is (104,23,45). Sum of RGB (Red+Green+Blue) = 104+23+45=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68172D is #97E8D2. Grayscale: #313131. Windows color (decimal): -9955539 or 2955112. OLE color: 2955112.

HSL color Cylindrical-coordinate representation of color #68172D: hue angle of 343.7º 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 #68172D is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1042345-
CMYK00.780.570.59
HSL343.7º63.78%24.9%-
HSV(B)343.7º77.88%40.78%-
XYZ6.493.752.86-
YUV49.73125.34166.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.47%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 45 (17.97% from 255) = 26.16%
R=60.47%
G=13.37%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104234500.780.570.59343.763.7824.9
Hex68172D04E393B1584019
Octal15027550116717353010031
Binary11010001011110110101001110111001111011101011000100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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