#681D32

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

Shades of Claret #681D32

Tints of Claret #681D32

Color information

#681D32 (or 0x681D32) is unknown color: approx Claret. HEX triplet: 68, 1D and 32. RGB value is (104,29,50). Sum of RGB (Red+Green+Blue) = 104+29+50=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #681D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D32 is #97E2CD. Grayscale: #353535. Windows color (decimal): -9953998 or 3284328. OLE color: 3284328.

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

Color convert

RGB1042950-
CMYK00.720.520.59
HSL343.2º56.39%26.08%-
HSV(B)343.2º72.12%40.78%-
XYZ6.724.053.45-
YUV53.82125.85163.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.83%
GREEN value IS 29 (11.72% from 255) = 15.85%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=56.83%
G=15.85%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104295000.720.520.59343.256.3926.08
Hex681D32048343B157381a
Octal1503562011064735277032
Binary1101000111011100100100100011010011101110101011111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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