#681F35

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

Shades of Claret #681F35

Tints of Claret #681F35

Color information

#681F35 (or 0x681F35) is unknown color: approx Claret. HEX triplet: 68, 1F and 35. RGB value is (104,31,53). Sum of RGB (Red+Green+Blue) = 104+31+53=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #681F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F35 is #97E0CA. Grayscale: #373737. Windows color (decimal): -9953483 or 3481448. OLE color: 3481448.

HSL color Cylindrical-coordinate representation of color #681F35: hue angle of 341.92º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F35 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB1043153-
CMYK00.700.490.59
HSL341.92º54.07%26.47%-
HSV(B)341.92º70.19%40.78%-
XYZ6.844.183.81-
YUV55.34126.68162.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 31 (12.5% from 255) = 16.49%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=55.32%
G=16.49%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104315300.700.490.59341.9254.0726.47
Hex681F35046313B156361a
Octal1503765010661735266632
Binary1101000111111101010100011011000111101110101011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,31,53); }

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

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

 a { background-color: rgb(104,31,53); }

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

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

 span { border-color: rgb(104,31,53); }

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