#682531

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

Shades of Claret #682531

Tints of Claret #682531

Color information

#682531 (or 0x682531) is unknown color: approx Claret. HEX triplet: 68, 25 and 31. RGB value is (104,37,49). Sum of RGB (Red+Green+Blue) = 104+37+49=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #682531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682531 is #97DACE. Grayscale: #3A3A3A. Windows color (decimal): -9951951 or 3220840. OLE color: 3220840.

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

Color convert

RGB1043749-
CMYK00.640.530.59
HSL349.25º47.52%27.65%-
HSV(B)349.25º64.42%40.78%-
XYZ6.924.493.41-
YUV58.4122.7160.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=54.74%
G=19.47%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104374900.640.530.59349.2547.5227.65
Hex682531040353B15d301c
Octal1504561010065735356034
Binary11010001001011100010100000011010111101110101110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682531; }

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

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

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

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

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

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

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

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