#612526

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

Shades of Red Devil #612526

Tints of Red Devil #612526

Color information

#612526 (or 0x612526) is unknown color: approx Red Devil. HEX triplet: 61, 25 and 26. RGB value is (97,37,38). Sum of RGB (Red+Green+Blue) = 97+37+38=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #612526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612526 is #9EDAD9. Grayscale: #373737. Windows color (decimal): -10410714 or 2499937. OLE color: 2499937.

HSL color Cylindrical-coordinate representation of color #612526: hue angle of 359º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #612526 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB973738-
CMYK00.620.610.62
HSL359º44.78%26.27%-
HSV(B)359º61.86%38.04%-
XYZ5.9442.29-
YUV55.05118.38157.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.40%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 38 (15.23% from 255) = 22.09%
R=56.40%
G=21.51%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97373800.620.610.6235944.7826.27
Hex61252603E3D3E1672d1a
Octal141454607675765475532
Binary1100001100101100110011111011110111111010110011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612526; }

 p { color: rgb(97,37,38); }

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

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

 a { background-color: rgb(97,37,38); }

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

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

 span { border-color: rgb(97,37,38); }

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