#61282A

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

Shades of Red Devil #61282A

Tints of Red Devil #61282A

Color information

#61282A (or 0x61282A) is unknown color: approx Red Devil. HEX triplet: 61, 28 and 2A. RGB value is (97,40,42). Sum of RGB (Red+Green+Blue) = 97+40+42=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61282A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61282A is #9ED7D5. Grayscale: #393939. Windows color (decimal): -10409942 or 2762849. OLE color: 2762849.

HSL color Cylindrical-coordinate representation of color #61282A: hue angle of 357.89º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61282A is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB974042-
CMYK00.590.570.62
HSL357.89º41.61%26.86%-
HSV(B)357.89º58.76%38.04%-
XYZ6.114.232.68-
YUV57.27119.38156.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=54.19%
G=22.35%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97404200.590.570.62357.8941.6126.86
Hex61282A03B393E1662a1b
Octal141505207371765465233
Binary1100001101000101010011101111100111111010110011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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