#681D30

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

Shades of Claret #681D30

Tints of Claret #681D30

Color information

#681D30 (or 0x681D30) is unknown color: approx Claret. HEX triplet: 68, 1D and 30. RGB value is (104,29,48). Sum of RGB (Red+Green+Blue) = 104+29+48=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #681D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D30 is #97E2CF. Grayscale: #353535. Windows color (decimal): -9954000 or 3153256. OLE color: 3153256.

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

Color convert

RGB1042948-
CMYK00.720.540.59
HSL344.8º56.39%26.08%-
HSV(B)344.8º72.12%40.78%-
XYZ6.684.043.22-
YUV53.59124.85163.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.46%
GREEN value IS 29 (11.72% from 255) = 16.02%
BLUE value IS 48 (19.14% from 255) = 26.52%
R=57.46%
G=16.02%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104294800.720.540.59344.856.3926.08
Hex681D30048363B159381a
Octal1503560011066735317032
Binary1101000111011100000100100011011011101110101100111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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