#682334

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

Shades of Claret #682334

Tints of Claret #682334

Color information

#682334 (or 0x682334) is unknown color: approx Claret. HEX triplet: 68, 23 and 34. RGB value is (104,35,52). Sum of RGB (Red+Green+Blue) = 104+35+52=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #682334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682334 is #97DCCB. Grayscale: #393939. Windows color (decimal): -9952460 or 3416936. OLE color: 3416936.

HSL color Cylindrical-coordinate representation of color #682334: hue angle of 345.22º 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 #682334 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1043552-
CMYK00.660.500.59
HSL345.22º49.64%27.25%-
HSV(B)345.22º66.35%40.78%-
XYZ6.934.393.73-
YUV57.57124.86161.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=54.45%
G=18.32%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104355200.660.500.59345.2249.6427.25
Hex682334042323B159321b
Octal1504364010262735316233
Binary11010001000111101000100001011001011101110101100111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682334; }

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

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

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

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

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

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

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

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