#61242A

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

Shades of Red Devil #61242A

Tints of Red Devil #61242A

Color information

#61242A (or 0x61242A) is unknown color: approx Red Devil. HEX triplet: 61, 24 and 2A. RGB value is (97,36,42). Sum of RGB (Red+Green+Blue) = 97+36+42=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61242A is #9EDBD5. Grayscale: #363636. Windows color (decimal): -10410966 or 2761825. OLE color: 2761825.

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

Color convert

RGB973642-
CMYK00.630.570.62
HSL354.1º45.86%26.08%-
HSV(B)354.1º62.89%38.04%-
XYZ5.983.972.64-
YUV54.92120.71158.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 42 (16.80% from 255) = 24%
R=55.43%
G=20.57%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97364200.630.570.62354.145.8626.08
Hex61242A03F393E1622e1a
Octal141445207771765425632
Binary1100001100100101010011111111100111111010110001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61242A; }

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

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

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

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

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

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

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

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