#612426

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

Shades of Red Devil #612426

Tints of Red Devil #612426

Color information

#612426 (or 0x612426) is unknown color: approx Red Devil. HEX triplet: 61, 24 and 26. RGB value is (97,36,38). Sum of RGB (Red+Green+Blue) = 97+36+38=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #612426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612426 is #9EDBD9. Grayscale: #363636. Windows color (decimal): -10410970 or 2499681. OLE color: 2499681.

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

Color convert

RGB973638-
CMYK00.630.610.62
HSL358.03º45.86%26.08%-
HSV(B)358.03º62.89%38.04%-
XYZ5.913.942.28-
YUV54.47118.71158.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.73%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 38 (15.23% from 255) = 22.22%
R=56.73%
G=21.05%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97363800.630.610.62358.0345.8626.08
Hex61242603F3D3E1662e1a
Octal141444607775765465632
Binary1100001100100100110011111111110111111010110011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612426; }

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

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

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

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

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

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

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

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