#682331

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

Shades of Claret #682331

Tints of Claret #682331

Color information

#682331 (or 0x682331) is unknown color: approx Claret. HEX triplet: 68, 23 and 31. RGB value is (104,35,49). Sum of RGB (Red+Green+Blue) = 104+35+49=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #682331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682331 is #97DCCE. Grayscale: #393939. Windows color (decimal): -9952463 or 3220328. OLE color: 3220328.

HSL color Cylindrical-coordinate representation of color #682331: hue angle of 347.83º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682331 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1043549-
CMYK00.660.530.59
HSL347.83º49.64%27.25%-
HSV(B)347.83º66.35%40.78%-
XYZ6.864.373.39-
YUV57.23123.36161.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 49 (19.53% from 255) = 26.06%
R=55.32%
G=18.62%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104354900.660.530.59347.8349.6427.25
Hex682331042353B15c321b
Octal1504361010265735346233
Binary11010001000111100010100001011010111101110101110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682331; }

 p { color: rgb(104,35,49); }

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

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

 a { background-color: rgb(104,35,49); }

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

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

 span { border-color: rgb(104,35,49); }

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