#612429

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

Shades of Red Devil #612429

Tints of Red Devil #612429

Color information

#612429 (or 0x612429) is unknown color: approx Red Devil. HEX triplet: 61, 24 and 29. RGB value is (97,36,41). Sum of RGB (Red+Green+Blue) = 97+36+41=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #612429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612429 is #9EDBD6. Grayscale: #363636. Windows color (decimal): -10410967 or 2696289. OLE color: 2696289.

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

Color convert

RGB973641-
CMYK00.630.580.62
HSL355.08º45.86%26.08%-
HSV(B)355.08º62.89%38.04%-
XYZ5.963.962.55-
YUV54.81120.21158.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 41 (16.41% from 255) = 23.56%
R=55.75%
G=20.69%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97364100.630.580.62355.0845.8626.08
Hex61242903F3A3E1632e1a
Octal141445107772765435632
Binary1100001100100101001011111111101011111010110001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612429; }

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

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

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

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

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

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

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

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