#681233

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

Shades of Claret #681233

Tints of Claret #681233

Color information

#681233 (or 0x681233) is unknown color: approx Claret. HEX triplet: 68, 12 and 33. RGB value is (104,18,51). Sum of RGB (Red+Green+Blue) = 104+18+51=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #681233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681233 is #97EDCC. Grayscale: #2F2F2F. Windows color (decimal): -9956813 or 3347048. OLE color: 3347048.

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

Color convert

RGB1041851-
CMYK00.830.510.59
HSL336.98º70.49%23.92%-
HSV(B)336.98º82.69%40.78%-
XYZ6.523.613.49-
YUV47.48129.99168.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.12%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 51 (20.31% from 255) = 29.48%
R=60.12%
G=10.40%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104185100.830.510.59336.9870.4923.92
Hex681233053333B1514618
Octal15022630123637352110630
Binary11010001001011001101010011110011111011101010001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681233; }

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

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

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

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

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

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

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

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