#681D36

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

Shades of Claret #681D36

Tints of Claret #681D36

Color information

#681D36 (or 0x681D36) is unknown color: approx Claret. HEX triplet: 68, 1D and 36. RGB value is (104,29,54). Sum of RGB (Red+Green+Blue) = 104+29+54=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #681D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D36 is #97E2C9. Grayscale: #363636. Windows color (decimal): -9953994 or 3546472. OLE color: 3546472.

HSL color Cylindrical-coordinate representation of color #681D36: hue angle of 340º 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 #681D36 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB1042954-
CMYK00.720.480.59
HSL340º56.39%26.08%-
HSV(B)340º72.12%40.78%-
XYZ6.814.093.92-
YUV54.28127.85163.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 29 (11.72% from 255) = 15.51%
BLUE value IS 54 (21.48% from 255) = 28.88%
R=55.61%
G=15.51%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104295400.720.480.5934056.3926.08
Hex681D36048303B154381a
Octal1503566011060735247032
Binary1101000111011101100100100011000011101110101010011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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