#682036

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

Shades of Claret #682036

Tints of Claret #682036

Color information

#682036 (or 0x682036) is unknown color: approx Claret. HEX triplet: 68, 20 and 36. RGB value is (104,32,54). Sum of RGB (Red+Green+Blue) = 104+32+54=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #682036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682036 is #97DFC9. Grayscale: #383838. Windows color (decimal): -9953226 or 3547240. OLE color: 3547240.

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

Color convert

RGB1043254-
CMYK00.690.480.59
HSL341.67º52.94%26.67%-
HSV(B)341.67º69.23%40.78%-
XYZ6.894.243.95-
YUV56.04126.85162.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 54 (21.48% from 255) = 28.42%
R=54.74%
G=16.84%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104325400.690.480.59341.6752.9426.67
Hex682036045303B156351b
Octal1504066010560735266533
Binary11010001000001101100100010111000011101110101011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682036; }

 p { color: rgb(104,32,54); }

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

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

 a { background-color: rgb(104,32,54); }

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

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

 span { border-color: rgb(104,32,54); }

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