#681133

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

Shades of Claret #681133

Tints of Claret #681133

Color information

#681133 (or 0x681133) is unknown color: approx Claret. HEX triplet: 68, 11 and 33. RGB value is (104,17,51). Sum of RGB (Red+Green+Blue) = 104+17+51=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #681133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681133 is #97EECC. Grayscale: #2E2E2E. Windows color (decimal): -9957069 or 3346792. OLE color: 3346792.

HSL color Cylindrical-coordinate representation of color #681133: hue angle of 336.55º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681133 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1041751-
CMYK00.840.510.59
HSL336.55º71.9%23.73%-
HSV(B)336.55º83.65%40.78%-
XYZ6.513.583.48-
YUV46.89130.32168.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.47%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 51 (20.31% from 255) = 29.65%
R=60.47%
G=9.88%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104175100.840.510.59336.5571.923.73
Hex681133054333B1514818
Octal15021630124637352111030
Binary11010001000111001101010100110011111011101010001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681133; }

 p { color: rgb(104,17,51); }

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

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

 a { background-color: rgb(104,17,51); }

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

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

 span { border-color: rgb(104,17,51); }

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