#681631

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

Shades of Claret #681631

Tints of Claret #681631

Color information

#681631 (or 0x681631) is unknown color: approx Claret. HEX triplet: 68, 16 and 31. RGB value is (104,22,49). Sum of RGB (Red+Green+Blue) = 104+22+49=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #681631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681631 is #97E9CE. Grayscale: #313131. Windows color (decimal): -9955791 or 3217000. OLE color: 3217000.

HSL color Cylindrical-coordinate representation of color #681631: hue angle of 340.24º 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 #681631 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1042249-
CMYK00.790.530.59
HSL340.24º65.08%24.71%-
HSV(B)340.24º78.85%40.78%-
XYZ6.553.743.28-
YUV49.6127.67166.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.43%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 49 (19.53% from 255) = 28%
R=59.43%
G=12.57%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104224900.790.530.59340.2465.0824.71
Hex68163104F353B1544119
Octal15026610117657352410131
Binary11010001011011000101001111110101111011101010100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681631; }

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

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

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

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

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

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

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

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