#682628

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

Shades of Red Devil #682628

Tints of Red Devil #682628

Color information

#682628 (or 0x682628) is unknown color: approx Red Devil. HEX triplet: 68, 26 and 28. RGB value is (104,38,40). Sum of RGB (Red+Green+Blue) = 104+38+40=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #682628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682628 is #97D9D7. Grayscale: #3A3A3A. Windows color (decimal): -9951704 or 2631272. OLE color: 2631272.

HSL color Cylindrical-coordinate representation of color #682628: hue angle of 358.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #682628 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1043840-
CMYK00.630.620.59
HSL358.18º46.48%27.84%-
HSV(B)358.18º63.46%40.78%-
XYZ6.794.482.52-
YUV57.96117.87160.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=57.14%
G=20.88%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104384000.630.620.59358.1846.4827.84
Hex68262803F3E3B1662e1c
Octal150465007776735465634
Binary1101000100110101000011111111111011101110110011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682628; }

 p { color: rgb(104,38,40); }

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

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

 a { background-color: rgb(104,38,40); }

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

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

 span { border-color: rgb(104,38,40); }

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