#681D37

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

Shades of Claret #681D37

Tints of Claret #681D37

Color information

#681D37 (or 0x681D37) is unknown color: approx Claret. HEX triplet: 68, 1D and 37. RGB value is (104,29,55). Sum of RGB (Red+Green+Blue) = 104+29+55=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #681D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D37 is #97E2C8. Grayscale: #363636. Windows color (decimal): -9953993 or 3612008. OLE color: 3612008.

HSL color Cylindrical-coordinate representation of color #681D37: hue angle of 339.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #681D37 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1042955-
CMYK00.720.470.59
HSL339.2º56.39%26.08%-
HSV(B)339.2º72.12%40.78%-
XYZ6.844.14.04-
YUV54.39128.35163.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 29 (11.72% from 255) = 15.43%
BLUE value IS 55 (21.88% from 255) = 29.26%
R=55.32%
G=15.43%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104295500.720.470.59339.256.3926.08
Hex681D370482F3B153381a
Octal1503567011057735237032
Binary1101000111011101110100100010111111101110101001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681D37; }

 p { color: rgb(104,29,55); }

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

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

 a { background-color: rgb(104,29,55); }

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

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

 span { border-color: rgb(104,29,55); }

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