#682335

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

Shades of Claret #682335

Tints of Claret #682335

Color information

#682335 (or 0x682335) is unknown color: approx Claret. HEX triplet: 68, 23 and 35. RGB value is (104,35,53). Sum of RGB (Red+Green+Blue) = 104+35+53=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #682335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682335 is #97DCCA. Grayscale: #393939. Windows color (decimal): -9952459 or 3482472. OLE color: 3482472.

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

Color convert

RGB1043553-
CMYK00.660.490.59
HSL344.35º49.64%27.25%-
HSV(B)344.35º66.35%40.78%-
XYZ6.954.43.85-
YUV57.68125.36161.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 53 (21.09% from 255) = 27.60%
R=54.17%
G=18.23%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104355300.660.490.59344.3549.6427.25
Hex682335042313B158321b
Octal1504365010261735306233
Binary11010001000111101010100001011000111101110101100011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682335; }

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

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

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

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

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

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

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

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