#682131

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

Shades of Claret #682131

Tints of Claret #682131

Color information

#682131 (or 0x682131) is unknown color: approx Claret. HEX triplet: 68, 21 and 31. RGB value is (104,33,49). Sum of RGB (Red+Green+Blue) = 104+33+49=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #682131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682131 is #97DECE. Grayscale: #383838. Windows color (decimal): -9952975 or 3219816. OLE color: 3219816.

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

Color convert

RGB1043349-
CMYK00.680.530.59
HSL346.48º51.82%26.86%-
HSV(B)346.48º68.27%40.78%-
XYZ6.814.253.37-
YUV56.05124.02162.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 33 (13.28% from 255) = 17.74%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=55.91%
G=17.74%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104334900.680.530.59346.4851.8226.86
Hex682131044353B15a341b
Octal1504161010465735326433
Binary11010001000011100010100010011010111101110101101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682131; }

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

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

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

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

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

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

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

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