#612138

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

Shades of Siren #612138

Tints of Siren #612138

Color information

#612138 (or 0x612138) is unknown color: approx Siren. HEX triplet: 61, 21 and 38. RGB value is (97,33,56). Sum of RGB (Red+Green+Blue) = 97+33+56=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #612138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612138 is #9EDEC7. Grayscale: #363636. Windows color (decimal): -10411720 or 3678561. OLE color: 3678561.

HSL color Cylindrical-coordinate representation of color #612138: hue angle of 338.44º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612138 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB973356-
CMYK00.660.420.62
HSL338.44º49.23%25.49%-
HSV(B)338.44º65.98%38.04%-
XYZ6.193.914.17-
YUV54.76128.7158.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 33 (13.28% from 255) = 17.74%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=52.15%
G=17.74%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97335600.660.420.62338.4449.2325.49
Hex6121380422A3E1523119
Octal1414170010252765226131
Binary11000011000011110000100001010101011111010101001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612138; }

 p { color: rgb(97,33,56); }

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

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

 a { background-color: rgb(97,33,56); }

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

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

 span { border-color: rgb(97,33,56); }

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