#681A30

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

Shades of Claret #681A30

Tints of Claret #681A30

Color information

#681A30 (or 0x681A30) is unknown color: approx Claret. HEX triplet: 68, 1A and 30. RGB value is (104,26,48). Sum of RGB (Red+Green+Blue) = 104+26+48=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #681A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A30 is #97E5CF. Grayscale: #333333. Windows color (decimal): -9954768 or 3152488. OLE color: 3152488.

HSL color Cylindrical-coordinate representation of color #681A30: hue angle of 343.08º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A30 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB1042648-
CMYK00.750.540.59
HSL343.08º60%25.49%-
HSV(B)343.08º75%40.78%-
XYZ6.613.93.2-
YUV51.83125.84165.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.43%
GREEN value IS 26 (10.55% from 255) = 14.61%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=58.43%
G=14.61%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104264800.750.540.59343.086025.49
Hex681A3004B363B1573c19
Octal1503260011366735277431
Binary1101000110101100000100101111011011101110101011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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