#612528

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

Shades of Red Devil #612528

Tints of Red Devil #612528

Color information

#612528 (or 0x612528) is unknown color: approx Red Devil. HEX triplet: 61, 25 and 28. RGB value is (97,37,40). Sum of RGB (Red+Green+Blue) = 97+37+40=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #612528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612528 is #9EDAD7. Grayscale: #373737. Windows color (decimal): -10410712 or 2631009. OLE color: 2631009.

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

Color convert

RGB973740-
CMYK00.620.590.62
HSL357º44.78%26.27%-
HSV(B)357º61.86%38.04%-
XYZ5.974.022.47-
YUV55.28119.38157.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=55.75%
G=21.26%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97374000.620.590.6235744.7826.27
Hex61252803E3B3E1652d1a
Octal141455007673765455532
Binary1100001100101101000011111011101111111010110010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612528; }

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

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

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

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

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

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

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

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