#682130

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

Shades of Claret #682130

Tints of Claret #682130

Color information

#682130 (or 0x682130) is unknown color: approx Claret. HEX triplet: 68, 21 and 30. RGB value is (104,33,48). Sum of RGB (Red+Green+Blue) = 104+33+48=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #682130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682130 is #97DECF. Grayscale: #373737. Windows color (decimal): -9952976 or 3154280. OLE color: 3154280.

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

Color convert

RGB1043348-
CMYK00.680.540.59
HSL347.32º51.82%26.86%-
HSV(B)347.32º68.27%40.78%-
XYZ6.794.243.26-
YUV55.94123.52162.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.22%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=56.22%
G=17.84%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104334800.680.540.59347.3251.8226.86
Hex682130044363B15b341b
Octal1504160010466735336433
Binary11010001000011100000100010011011011101110101101111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682130; }

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

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

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

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

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

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

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

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