#682532

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

Shades of Claret #682532

Tints of Claret #682532

Color information

#682532 (or 0x682532) is unknown color: approx Claret. HEX triplet: 68, 25 and 32. RGB value is (104,37,50). Sum of RGB (Red+Green+Blue) = 104+37+50=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #682532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682532 is #97DACD. Grayscale: #3A3A3A. Windows color (decimal): -9951950 or 3286376. OLE color: 3286376.

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

Color convert

RGB1043750-
CMYK00.640.520.59
HSL348.36º47.52%27.65%-
HSV(B)348.36º64.42%40.78%-
XYZ6.954.53.52-
YUV58.52123.2160.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 50 (19.92% from 255) = 26.18%
R=54.45%
G=19.37%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104375000.640.520.59348.3647.5227.65
Hex682532040343B15c301c
Octal1504562010064735346034
Binary11010001001011100100100000011010011101110101110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682532; }

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

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

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

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

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

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

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

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