#61213A

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

Shades of Siren #61213A

Tints of Siren #61213A

Color information

#61213A (or 0x61213A) is unknown color: approx Siren. HEX triplet: 61, 21 and 3A. RGB value is (97,33,58). Sum of RGB (Red+Green+Blue) = 97+33+58=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #61213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61213A is #9EDEC5. Grayscale: #363636. Windows color (decimal): -10411718 or 3809633. OLE color: 3809633.

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

Color convert

RGB973358-
CMYK00.660.400.62
HSL336.56º49.23%25.49%-
HSV(B)336.56º65.98%38.04%-
XYZ6.243.934.43-
YUV54.99129.7157.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=51.60%
G=17.55%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97335800.660.400.62336.5649.2325.49
Hex61213A042283E1513119
Octal1414172010250765216131
Binary11000011000011110100100001010100011111010101000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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