#681830

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

Shades of Claret #681830

Tints of Claret #681830

Color information

#681830 (or 0x681830) is unknown color: approx Claret. HEX triplet: 68, 18 and 30. RGB value is (104,24,48). Sum of RGB (Red+Green+Blue) = 104+24+48=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #681830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681830 is #97E7CF. Grayscale: #323232. Windows color (decimal): -9955280 or 3151976. OLE color: 3151976.

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

Color convert

RGB1042448-
CMYK00.770.540.59
HSL342º62.5%25.1%-
HSV(B)342º76.92%40.78%-
XYZ6.573.813.19-
YUV50.66126.5166.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.09%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 48 (19.14% from 255) = 27.27%
R=59.09%
G=13.64%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104244800.770.540.5934262.525.1
Hex68183004D363B1563e19
Octal1503060011566735267631
Binary1101000110001100000100110111011011101110101011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681830; }

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

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

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

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

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

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

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

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