#612629

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

Shades of Red Devil #612629

Tints of Red Devil #612629

Color information

#612629 (or 0x612629) is unknown color: approx Red Devil. HEX triplet: 61, 26 and 29. RGB value is (97,38,41). Sum of RGB (Red+Green+Blue) = 97+38+41=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #612629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612629 is #9ED9D6. Grayscale: #383838. Windows color (decimal): -10410455 or 2696801. OLE color: 2696801.

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

Color convert

RGB973841-
CMYK00.610.580.62
HSL356.95º43.7%26.47%-
HSV(B)356.95º60.82%38.04%-
XYZ6.024.092.57-
YUV55.98119.55157.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.11%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=55.11%
G=21.59%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97384100.610.580.62356.9543.726.47
Hex61262903D3A3E1652c1a
Octal141465107572765455432
Binary1100001100110101001011110111101011111010110010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612629; }

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

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

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

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

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

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

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

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