#682535

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

Shades of Claret #682535

Tints of Claret #682535

Color information

#682535 (or 0x682535) is unknown color: approx Claret. HEX triplet: 68, 25 and 35. RGB value is (104,37,53). Sum of RGB (Red+Green+Blue) = 104+37+53=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #682535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682535 is #97DACA. Grayscale: #3A3A3A. Windows color (decimal): -9951947 or 3482984. OLE color: 3482984.

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

Color convert

RGB1043753-
CMYK00.640.490.59
HSL345.67º47.52%27.65%-
HSV(B)345.67º64.42%40.78%-
XYZ7.014.523.87-
YUV58.86124.7160.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.61%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=53.61%
G=19.07%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104375300.640.490.59345.6747.5227.65
Hex682535040313B15a301c
Octal1504565010061735326034
Binary11010001001011101010100000011000111101110101101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682535; }

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

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

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

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

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

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

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

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