#682134

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

Shades of Claret #682134

Tints of Claret #682134

Color information

#682134 (or 0x682134) is unknown color: approx Claret. HEX triplet: 68, 21 and 34. RGB value is (104,33,52). Sum of RGB (Red+Green+Blue) = 104+33+52=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #682134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682134 is #97DECB. Grayscale: #383838. Windows color (decimal): -9952972 or 3416424. OLE color: 3416424.

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

Color convert

RGB1043352-
CMYK00.680.500.59
HSL343.94º51.82%26.86%-
HSV(B)343.94º68.27%40.78%-
XYZ6.874.283.71-
YUV56.4125.52161.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.03%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 52 (20.70% from 255) = 27.51%
R=55.03%
G=17.46%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104335200.680.500.59343.9451.8226.86
Hex682134044323B158341b
Octal1504164010462735306433
Binary11010001000011101000100010011001011101110101100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682134; }

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

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

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

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

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

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

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

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