#682735

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

Shades of Claret #682735

Tints of Claret #682735

Color information

#682735 (or 0x682735) is unknown color: approx Claret. HEX triplet: 68, 27 and 35. RGB value is (104,39,53). Sum of RGB (Red+Green+Blue) = 104+39+53=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #682735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682735 is #97D8CA. Grayscale: #3C3C3C. Windows color (decimal): -9951435 or 3483496. OLE color: 3483496.

HSL color Cylindrical-coordinate representation of color #682735: hue angle of 347.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682735 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB1043953-
CMYK00.620.490.59
HSL347.08º45.45%28.04%-
HSV(B)347.08º62.5%40.78%-
XYZ7.084.653.89-
YUV60.03124.03159.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=53.06%
G=19.90%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104395300.620.490.59347.0845.4528.04
Hex68273503E313B15b2d1c
Octal150476507661735335534
Binary1101000100111110101011111011000111101110101101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682735; }

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

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

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

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

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

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

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

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