#682132

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

Shades of Claret #682132

Tints of Claret #682132

Color information

#682132 (or 0x682132) is unknown color: approx Claret. HEX triplet: 68, 21 and 32. RGB value is (104,33,50). Sum of RGB (Red+Green+Blue) = 104+33+50=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #682132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682132 is #97DECD. Grayscale: #383838. Windows color (decimal): -9952974 or 3285352. OLE color: 3285352.

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

Color convert

RGB1043350-
CMYK00.680.520.59
HSL345.63º51.82%26.86%-
HSV(B)345.63º68.27%40.78%-
XYZ6.834.263.48-
YUV56.17124.52162.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 50 (19.92% from 255) = 26.74%
R=55.61%
G=17.65%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104335000.680.520.59345.6351.8226.86
Hex682132044343B15a341b
Octal1504162010464735326433
Binary11010001000011100100100010011010011101110101101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682132; }

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

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

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

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

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

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

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

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