#61323A

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

Shades of Siren #61323A

Tints of Siren #61323A

Color information

#61323A (or 0x61323A) is unknown color: approx Siren. HEX triplet: 61, 32 and 3A. RGB value is (97,50,58). Sum of RGB (Red+Green+Blue) = 97+50+58=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #61323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61323A is #9ECDC5. Grayscale: #404040. Windows color (decimal): -10407366 or 3813985. OLE color: 3813985.

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

Color convert

RGB975058-
CMYK00.480.400.62
HSL349.79º31.97%28.82%-
HSV(B)349.79º48.45%38.04%-
XYZ6.835.134.63-
YUV64.96124.07150.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=47.32%
G=24.39%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97505800.480.400.62349.7931.9728.82
Hex61323A030283E15e201d
Octal141627206050765364035
Binary1100001110010111010011000010100011111010101111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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