#612A2B

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

Shades of Red Devil #612A2B

Tints of Red Devil #612A2B

Color information

#612A2B (or 0x612A2B) is unknown color: approx Red Devil. HEX triplet: 61, 2A and 2B. RGB value is (97,42,43). Sum of RGB (Red+Green+Blue) = 97+42+43=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #612A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A2B is #9ED5D4. Grayscale: #3A3A3A. Windows color (decimal): -10409429 or 2828897. OLE color: 2828897.

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

Color convert

RGB974243-
CMYK00.570.560.62
HSL358.91º39.57%27.25%-
HSV(B)358.91º56.7%38.04%-
XYZ6.194.372.8-
YUV58.56119.22155.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=53.30%
G=23.08%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97424300.570.560.62358.9139.5727.25
Hex612A2B039383E167281b
Octal141525307170765475033
Binary1100001101010101011011100111100011111010110011110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612A2B; }

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

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

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

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

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

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

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

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