#612529

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

Shades of Red Devil #612529

Tints of Red Devil #612529

Color information

#612529 (or 0x612529) is unknown color: approx Red Devil. HEX triplet: 61, 25 and 29. RGB value is (97,37,41). Sum of RGB (Red+Green+Blue) = 97+37+41=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #612529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612529 is #9EDAD6. Grayscale: #373737. Windows color (decimal): -10410711 or 2696545. OLE color: 2696545.

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

Color convert

RGB973741-
CMYK00.620.580.62
HSL356º44.78%26.27%-
HSV(B)356º61.86%38.04%-
XYZ5.994.022.56-
YUV55.4119.88157.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 41 (16.41% from 255) = 23.43%
R=55.43%
G=21.14%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97374100.620.580.6235644.7826.27
Hex61252903E3A3E1642d1a
Octal141455107672765445532
Binary1100001100101101001011111011101011111010110010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612529; }

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

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

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

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

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

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

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

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