#61253A

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

Shades of Siren #61253A

Tints of Siren #61253A

Color information

#61253A (or 0x61253A) is unknown color: approx Siren. HEX triplet: 61, 25 and 3A. RGB value is (97,37,58). Sum of RGB (Red+Green+Blue) = 97+37+58=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61253A is #9EDAC5. Grayscale: #393939. Windows color (decimal): -10410694 or 3810657. OLE color: 3810657.

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

Color convert

RGB973758-
CMYK00.620.400.62
HSL339º44.78%26.27%-
HSV(B)339º61.86%38.04%-
XYZ6.364.174.47-
YUV57.33128.38156.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=50.52%
G=19.27%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97375800.620.400.6233944.7826.27
Hex61253A03E283E1532d1a
Octal141457207650765235532
Binary1100001100101111010011111010100011111010101001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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