#681031

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

Shades of Claret #681031

Tints of Claret #681031

Color information

#681031 (or 0x681031) is unknown color: approx Claret. HEX triplet: 68, 10 and 31. RGB value is (104,16,49). Sum of RGB (Red+Green+Blue) = 104+16+49=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #681031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681031 is #97EFCE. Grayscale: #2E2E2E. Windows color (decimal): -9957327 or 3215464. OLE color: 3215464.

HSL color Cylindrical-coordinate representation of color #681031: hue angle of 337.5º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681031 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1041649-
CMYK00.850.530.59
HSL337.5º73.33%23.53%-
HSV(B)337.5º84.62%40.78%-
XYZ6.453.543.25-
YUV46.07129.65169.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.54%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 49 (19.53% from 255) = 28.99%
R=61.54%
G=9.47%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104164900.850.530.59337.573.3323.53
Hex681031055353B1524918
Octal15020610125657352211130
Binary11010001000011000101010101110101111011101010010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681031; }

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

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

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

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

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

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

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

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